aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
2026-01-07[mlir][Transforms] `remove-dead-values`: Rely on canonicalizer for region sim...Matthias Springer1-45/+110
2026-01-06[mlir] Fix crash in dropRedundantArguments with produced operands. (#172759)Ben Vanik1-0/+33
2026-01-02[mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseBackwardD...lonely eagle1-0/+17
2025-12-16[mlir][Transforms] Legalize nested operations (#172158)Matthias Springer1-0/+8
2025-12-05[mlir][bufferization] Enable moving dependent values in eliminate-empty-tenso...Quinn Dawkins1-90/+92
2025-12-03[mlir][Transforms] Fix crash in `-remove-dead-values` on private functions (#...Matthias Springer1-0/+27
2025-11-27[mlir][Transforms] Dialect conversion: Add support for `replaceUsesWithIf` (#...Matthias Springer1-0/+23
2025-11-20[mlir] Make remove-dead-values remove block and successorOperands before dele...lonely eagle1-0/+13
2025-11-17Fix side effects for LLVM integer operations (udiv, sdiv) incorrectly marked ...Jeremy Furtek1-0/+145
2025-11-09[MLIR][BufferResultsToOutParamsPass] Add Option to Modify Public Function's S...Veera1-0/+40
2025-11-06Revert "[mlir] Make remove-dead-values pass remove blocks arguments first" (#...lonely eagle1-15/+0
2025-11-06[mlir] Make remove-dead-values pass remove blocks arguments first (#165725)lonely eagle1-0/+15
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer3-0/+69
2025-11-03[mlir][Transforms] Dialect Conversion: Convert entry block only (#165180)Matthias Springer2-39/+67
2025-10-29[mlir][CF] Add structural type conversion patterns (#165629)Matthias Springer1-0/+22
2025-10-24[mlir] Delete unroll-full option for Affine/SCF unroll pass (#164658)lonely eagle1-1/+1
2025-10-21[mlir][dataflow] Fix LivenessAnalysis/RemoveDeadValues handling of loop induc...lonely eagle1-0/+25
2025-10-08[mlir][bufferize] Make buffer-results-to-out-params support only functions th...lonely eagle3-36/+35
2025-10-06[mlir][bufferize] Add hoist-dynamic-allocs-option to buffer-results-to-out-pa...lonely eagle2-0/+79
2025-09-26[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function argume...Mehdi Amini1-0/+34
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen1-0/+23
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora1-0/+298
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood1-0/+28
2025-09-06[mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUses...Matthias Springer2-7/+27
2025-08-31[mlir][Transforms] Allow RemoveDeadValues to process a function whose the las...xin liu1-0/+23
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer2-0/+41
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini1-0/+21
2025-08-18[mlir][Transforms] Dialect conversion: Add flag to dump materialization kind ...Matthias Springer1-2/+11
2025-08-18[MLIR] Erase unreachable blocks before applying patterns in the greedy rewrit...Mehdi Amini1-9/+7
2025-08-18[mlir][builtin] Make `unrealized_conversion_cast` inlineable (#139722)Matthias Springer1-3/+7
2025-08-15[mlir][Transforms] Turn 1:N -> 1:1 dispatch fatal error into match failure (#...Markus Böck1-0/+21
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer1-11/+18
2025-08-10[mlir] Enable disabling folding in dialect conversion (#152890)Jacques Pienaar3-0/+30
2025-08-07[mlir][Transforms] Make lookup without type converter unambiguous (#151747)Matthias Springer1-0/+17
2025-08-05Avoid unnecessary erasing of constant Locs (#151573)Majid Dadashi1-2/+2
2025-08-02[mlir][Transforms][NFC] Add missing FileCheck (#151817)Matthias Springer1-1/+1
2025-08-02[mlir][Transforms][NFC] Move rollback tests to separate file (#151809)Matthias Springer4-216/+233
2025-07-28[mlir][memref] Support test-compose-subview dynamic size (#146881)lonely eagle1-22/+48
2025-07-27[mlir][Transforms] Dialect Conversion: Fix folder implementation (#150775)Matthias Springer1-1/+1
2025-07-26[mlir][test] Turn `test-legalize-mode` into a pass option (#150767)Matthias Springer2-2/+2
2025-07-25Fix Bug in RemoveDeadValues Pass (#148437)ronigoldman221-0/+23
2025-07-06[MLIR] Add support for IntArrayProp<I32Prop> (#146685)Mehdi Amini1-1/+1
2025-07-04[mlir][Transforms] Add `ApplyConversionAction` for profiling purposes (#146208)Matthias Springer1-3/+11
2025-06-24[mlir] Walk nested non-symbol table ops in symbol dce (#143353)Jacques Pienaar1-0/+35
2025-06-24[mlir][affine] Fix min simplification in makeComposedAffineApply (#145376)Fabian Mora1-0/+77
2025-06-23[mlir][Transforms] Add 1:N support to `replaceUsesOfBlockArgument` (#145171)Matthias Springer1-7/+24
2025-06-22[mlir] fix assertion failure in remove-dead-values (#144849)Menooker1-0/+23
2025-06-21[mlir][Transforms] Dialect conversion: Add missing erasure notifications (#14...Matthias Springer1-2/+16
2025-06-20[MLIR] Add ReturnLike trait to memref.atomic_yield (#144932)Mehdi Amini1-0/+15
2025-06-18[mlir][vector] Support complete folding in single pass for vector.insert/vect...Yang Bai2-2/+2