summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Transforms
AgeCommit message (Expand)Author
2025-09-27[MLIR] Improve in-place folding to iterate until fixed-point (#160615)Mehdi Amini
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood
2025-09-03[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in TestTransformsOps.cp...Mehdi Amini
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-06-24[mlir][affine] Fix min simplification in makeComposedAffineApply (#145376)Fabian Mora
2025-06-18[mlir][vector] Support complete folding in single pass for vector.insert/vect...Yang Bai
2025-04-06[mlir][inliner] Move callback types from InlinerConfig -> InlinerInterface. NFC.Benjamin Kramer
2025-04-05[mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner ...junfengd-nv
2025-03-12[mlir][Transforms] Add a utility method to move value definitions. (#130874)MaheshRavishankar
2025-03-10[mlir] Add a utility method to move operation dependencies. (#129975)MaheshRavishankar
2025-02-05[mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894)David Spickett
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer
2025-01-03[mlir][Transforms] Support 1:N mappings in `ConversionValueMapping` (#116524)Matthias Springer
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-10-23[mlir][Transforms] Dialect Conversion: Simplify materialization fn result typ...Matthias Springer
2024-06-10[mlir][Arith] Generalize and improve -int-range-optimizations (#94712)Krzysztof Drewniak
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2024-04-02[mlir][pass] Add composite pass utility (#87166)Ivan Butygin
2024-02-20[mlir][IR][NFC] Rename `notify*Removed` to `notify*Erased` (#82253)Matthias Springer
2024-02-19Apply clang-tidy fixes for llvm-qualified-auto in TestConstantFold.cpp (NFC)Mehdi Amini
2024-01-25[mlir][IR] Add rewriter API for moving operations (#78988)Matthias Springer
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar
2023-12-21[MLIR] Erase location of folded constants (#75415)Billy Zhu
2023-12-11[MLIR][IntegerRangeAnalysis] Avoid crash reached when loop bound is uninitial...Victor Perez
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2023-07-24Fix MLIR test pass crashMehdi Amini
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir] Add a utility function to make a region isolated from above.Mahesh Ravishankar
2023-03-22[mlir][Transforms][NFC] Improve builder/listener API of OperationFolderMatthias Springer
2023-02-23[mlir][IR] Use Listener for IR callbacks in OperationFolderMatthias Springer
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-12-19mlir/DialectConversion: use std::optional (NFC)Ramkumar Ramachandra
2022-11-08[mlir:PDLL] Don't require users to provide operands/results when all are vari...River Riddle
2022-11-08[mlir:PDL] Add support for DialectConversion with pattern configurationsRiver Riddle
2022-10-13[mlir][transforms] TopologicalSort: Support ops from different blocksMatthias Springer
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-08-15[mlir][transforms] Add topological sort analysisMatthias Springer
2022-07-30[MLIR] Add a utility to sort the operands of commutative opssrishti-cb
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata