summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test
AgeCommit message (Expand)Author
2025-11-18[mlir][bufferization] Refine tensor-buffer compatibility checks (#167705)Andrei Golubev
2025-11-17[MLIR] Add verification that symbol operations must not have results (#168390)Tim Noack
2025-11-13[MLIR Attr] Allow LocationAttr to be used as an operation attribute (#167690)Tim Noack
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-11-08[mlir] Remove duplicate includes (NFC) (#167187)Kazu Hirata
2025-11-07[mlir][linalg-transform] dyn_cast DestinationStyleOpInterface and early retur...Hsiang-Chieh Tsou
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer
2025-11-05[MLIR][ODS] Re-enable direct implementation of type interfaces with method bo...Andi Drebes
2025-11-03[mlir][Transforms] Dialect Conversion: Convert entry block only (#165180)Matthias Springer
2025-10-29[mlir][CF] Add structural type conversion patterns (#165629)Matthias Springer
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-22[mlir] Switch uses of deprecated .create methods to free function. NFC. (#164...Jakub Kuderski
2025-10-15[mlir][bufferization] Test tensor encoding -> memref layout conversion (#161166)Andrei Golubev
2025-10-09[mlir] Execute same operand name constraints before user constraints. (#162526)Chenguang Wang
2025-10-06[MLIR][ODS] Add support for overloading interface methods (#161828)Mehdi Amini
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood
2025-09-15[mlir][TableGen] Emit interface traits after all interfaces (#147699)Andrei Golubev
2025-09-15[mlir] Add base class type aliases for rewrites/conversions. NFC. (#158433)Jakub Kuderski
2025-09-10[MLIR] Remove CopyOpInterface (#157711)Mehdi Amini
2025-09-06[mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUses...Matthias Springer
2025-09-03[mlir][IR] Fix enum attribute handling by using parseKeywordOrString instead ...Fabian Mora
2025-09-02[mlir][LLVM|ptr] Add the `#llvm.address_space` attribute, and allow `ptr` tra...Fabian Mora
2025-09-01[mlir] EnumAttr.td: Fix the width of I64Enum (#156133)Fangrui Song
2025-09-01[mlir][ptr] Add load and store ops. (#156093)Fabian Mora
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TestDialect.cp...Mehdi Amini
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer
2025-08-18[mlir][Transforms] Dialect conversion: Add flag to dump materialization kind ...Matthias Springer
2025-08-15[mlir][Transforms] Turn 1:N -> 1:1 dispatch fatal error into match failure (#...Markus Böck
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer
2025-08-10[mlir] Enable disabling folding in dialect conversion (#152890)Jacques Pienaar
2025-08-07[MLIR] Allow `constFoldBinaryOp` to fold `(T1, T1) -> T2` (#151410)Matthias Guenther
2025-08-07[mlir][Transforms] Make lookup without type converter unambiguous (#151747)Matthias Springer
2025-07-29Avoid copies in getChecked (#147721)Alexandru Lorinti
2025-07-29[mlir][SymbolOpInterface] Easier visibility overriding (#151036)Martin Erhart
2025-07-28[mlir] Generalize OneShotModuleBufferize to operate on any Operation (#148327)Evan Liu
2025-07-26[mlir][test] Turn `test-legalize-mode` into a pass option (#150767)Matthias Springer
2025-07-25[mlir][NFC] update `mlir` create APIs (34/n) (#150660)Maksim Levental
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-07-25[mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefinin...Longsheng Mou
2025-07-24[mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#1...Longsheng Mou
2025-07-11[mlir][ODS] Fix TableGen for AttrOrTypeDef::hasStorageCustomConstructor (#147...Andrei Golubev
2025-07-09[mlir] remove dangling builders from td (#147619)Maksim Levental
2025-07-06[MLIR] Add support for IntArrayProp<I32Prop> (#146685)Mehdi Amini
2025-07-02[mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (#144867)Andrei Golubev
2025-07-01[mlir][tblgen] Fix region and successor references in custom directives (#146...Henrich Lauko
2025-06-26[MLIR][Linalg] Harden parsing Linalg named ops (#145337)Mehdi Amini
2025-06-25[mlir] Migrate away from std::nullopt (NFC) (#145523)Kazu Hirata