summaryrefslogtreecommitdiff
path: root/mlir/test/Transforms
AgeCommit message (Expand)Author
2025-11-20[mlir] Make remove-dead-values remove block and successorOperands before dele...lonely eagle
2025-11-17Fix side effects for LLVM integer operations (udiv, sdiv) incorrectly marked ...Jeremy Furtek
2025-11-09[MLIR][BufferResultsToOutParamsPass] Add Option to Modify Public Function's S...Veera
2025-11-06Revert "[mlir] Make remove-dead-values pass remove blocks arguments first" (#...lonely eagle
2025-11-06[mlir] Make remove-dead-values pass remove blocks arguments first (#165725)lonely eagle
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer
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-24[mlir] Delete unroll-full option for Affine/SCF unroll pass (#164658)lonely eagle
2025-10-21[mlir][dataflow] Fix LivenessAnalysis/RemoveDeadValues handling of loop induc...lonely eagle
2025-10-08[mlir][bufferize] Make buffer-results-to-out-params support only functions th...lonely eagle
2025-10-06[mlir][bufferize] Add hoist-dynamic-allocs-option to buffer-results-to-out-pa...lonely eagle
2025-09-26[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function argume...Mehdi Amini
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood
2025-09-06[mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUses...Matthias Springer
2025-08-31[mlir][Transforms] Allow RemoveDeadValues to process a function whose the las...xin liu
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-08-18[mlir][Transforms] Dialect conversion: Add flag to dump materialization kind ...Matthias Springer
2025-08-18[MLIR] Erase unreachable blocks before applying patterns in the greedy rewrit...Mehdi Amini
2025-08-18[mlir][builtin] Make `unrealized_conversion_cast` inlineable (#139722)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][Transforms] Make lookup without type converter unambiguous (#151747)Matthias Springer
2025-08-05Avoid unnecessary erasing of constant Locs (#151573)Majid Dadashi
2025-08-02[mlir][Transforms][NFC] Add missing FileCheck (#151817)Matthias Springer
2025-08-02[mlir][Transforms][NFC] Move rollback tests to separate file (#151809)Matthias Springer
2025-07-28[mlir][memref] Support test-compose-subview dynamic size (#146881)lonely eagle
2025-07-27[mlir][Transforms] Dialect Conversion: Fix folder implementation (#150775)Matthias Springer
2025-07-26[mlir][test] Turn `test-legalize-mode` into a pass option (#150767)Matthias Springer
2025-07-25Fix Bug in RemoveDeadValues Pass (#148437)ronigoldman22
2025-07-06[MLIR] Add support for IntArrayProp<I32Prop> (#146685)Mehdi Amini
2025-07-04[mlir][Transforms] Add `ApplyConversionAction` for profiling purposes (#146208)Matthias Springer
2025-06-24[mlir] Walk nested non-symbol table ops in symbol dce (#143353)Jacques Pienaar
2025-06-24[mlir][affine] Fix min simplification in makeComposedAffineApply (#145376)Fabian Mora
2025-06-23[mlir][Transforms] Add 1:N support to `replaceUsesOfBlockArgument` (#145171)Matthias Springer
2025-06-22[mlir] fix assertion failure in remove-dead-values (#144849)Menooker
2025-06-21[mlir][Transforms] Dialect conversion: Add missing erasure notifications (#14...Matthias Springer
2025-06-20[MLIR] Add ReturnLike trait to memref.atomic_yield (#144932)Mehdi Amini
2025-06-18[mlir][vector] Support complete folding in single pass for vector.insert/vect...Yang Bai
2025-06-08Pretty print on -dump-pass-pipeline (#143223)Jeremy Kun
2025-05-20[mlir] [liveness] Conservatively mark operands of return-like op inside non-c...Nhat Nguyen
2025-05-14[MLIR] Remove extra 'any' from CompositePass inner pipeline string (#139877)Vadim Curcă
2025-04-17[mlir][Transforms] Delete 1:N dialect conversion driver (#121389)Matthias Springer
2025-04-05[mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner ...junfengd-nv
2025-03-31[mlir][memref] Verify out-of-bounds access for memref.subview (#133086)Matthias Springer
2025-03-27Fix RemoveDeadValues: Bail out early when there are no terminators (#133316)AdityaK