aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[MLIR] Apply clang-tidy fixes for readability-identifier-naming in Inliner.cp...Mehdi Amini1-2/+2
2025-12-05[mlir][bufferization] Enable moving dependent values in eliminate-empty-tenso...Quinn Dawkins1-5/+12
2025-12-05[MLIR] feat(mlir-tblgen): Add support for dialect interfaces (#170046)AidinT1-0/+1
2025-12-03[mlir][Transforms] Fix crash in `-remove-dead-values` on private functions (#...Matthias Springer2-2/+46
2025-11-27[mlir][Transforms] Dialect conversion: Add support for `replaceUsesWithIf` (#...Matthias Springer1-25/+53
2025-11-20[mlir] Make remove-dead-values remove block and successorOperands before dele...lonely eagle1-47/+47
2025-11-17[MLIR] Fix empty optional access in DialectConversion (#168331)Vadim Curcă1-1/+1
2025-11-11[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Dial...Mehdi Amini1-1/+2
2025-11-10[mlir] Dialect Conversion: Fix expensive pattern check in no-rollback mode (#...Tim Noack1-11/+13
2025-11-06Revert "[mlir] Make remove-dead-values pass remove blocks arguments first" (#...lonely eagle1-23/+23
2025-11-06[mlir] Make remove-dead-values pass remove blocks arguments first (#165725)lonely eagle1-23/+23
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer1-35/+85
2025-11-03[mlir][Transforms] Dialect Conversion: Convert entry block only (#165180)Matthias Springer1-92/+20
2025-10-30[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in View...Mehdi Amini1-2/+3
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini1-7/+18
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini1-18/+7
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini1-7/+18
2025-10-15[mlir] Use isPure and skipRegions to print region op (NFC) (#163422)lonely eagle1-5/+6
2025-10-08[MLIR] Fix test failures for generate-runtime-verification pass from PR #1603...Hanchenng Wu1-2/+4
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu1-1/+56
2025-10-03[mlir] Dialect conversion: Print note when replacement types do not match leg...Matthias Springer1-8/+38
2025-09-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in Mem2Reg.cpp (NFC)Mehdi Amini1-1/+1
2025-09-27[MLIR] Improve in-place folding to iterate until fixed-point (#160615)Mehdi Amini1-5/+16
2025-09-26[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function argume...Mehdi Amini1-1/+2
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen1-14/+55
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora2-0/+71
2025-09-22[mlir][Transforms] Simplify `ConversionPatternRewriter::replaceOp` implementa...Matthias Springer1-35/+24
2025-09-21[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in CompositePass.cpp (NFC)Mehdi Amini1-1/+1
2025-09-21[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in GreedyPatternRewrite...Mehdi Amini1-1/+1
2025-09-19[mlir] Expose optional `PatternBenefit` to function / SCF populate functions ...Matthias Springer1-6/+8
2025-09-12[mlir][Transforms][NFC] Remove `reconcileUnrealizedCasts` forward-declaration...Matthias Springer1-150/+145
2025-09-12[mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158298)Matthias Springer1-39/+112
2025-09-12Revert "[mlir][Transforms] Fix crash in `reconcile-unrealized-casts`" (#158295)Mehdi Amini1-112/+39
2025-09-12[mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158067)Matthias Springer1-39/+112
2025-09-11[MLIR] Enable caching of type conversion in the presence of context-aware con...Mehdi Amini1-37/+47
2025-09-08[mlir][Transforms][NFC] Delete dead code (#157491)Matthias Springer1-2/+0
2025-09-06[mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUses...Matthias Springer1-60/+110
2025-08-31[mlir][Transforms] Allow RemoveDeadValues to process a function whose the las...xin liu1-2/+1
2025-08-29[mlir] Fix a warningKazu Hirata1-1/+1
2025-08-29[mlir][Transforms][NFC] Simplify function signatures (#155997)Matthias Springer1-102/+87
2025-08-29[mlir][Transforms][NFC] Remove unused function parameter (#155985)Matthias Springer1-7/+3
2025-08-27[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in LoopInvariantCodeMot...Mehdi Amini1-1/+1
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer1-8/+81
2025-08-26NFC: remove some instances of deprecated capture (#154884)Jeremy Kun1-1/+1
2025-08-25[mlir][Transforms] Tighten `replaceUsesOfBlockArgument` (#155227)Matthias Springer1-0/+18
2025-08-23[MLIR] Adopt LDBG() macro in mlir/lib/Transforms/... (NFC)Mehdi Amini3-6/+7
2025-08-23[MLIR] Adopt LDBG() macro in ControlFlowSinkUtils.cpp (NFC)Mehdi Amini1-2/+7
2025-08-23[MLIR] Adopt LDBG() macro debugging in SymbolDCE.cpp (NFC) (#155090)Mehdi Amini1-14/+16
2025-08-23[MLIR] Use LDBG() debugging macro in InliningUtils.cpp (NFC)Mehdi Amini1-4/+3
2025-08-20[MLIR] Migrate LICM utils to the LDBG() macro style logging (NFC) (#154615)Mehdi Amini1-4/+6