summaryrefslogtreecommitdiff
path: root/mlir/lib/Reducer/ReductionTreePass.cpp
AgeCommit message (Expand)Author
2025-11-13[MLIR] Add reduction interface with tester to mlir-reduce (#166096)AidinT
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-04-24[mlir] add a fluent API to GreedyRewriterConfig (#137122)Oleksandr "Alex" Zinenko
2025-04-18Revert "[mlir] add a fluent API to GreedyRewriterConfig (#132253)"Kazu Hirata
2025-04-18[mlir] add a fluent API to GreedyRewriterConfig (#132253)Oleksandr "Alex" Zinenko
2025-04-08[MLIR][NFC] Retire let constructor for Reducer (#134786)lorenzo chelini
2025-02-17[mlir] Update docs for Greedy Pattern Rewrite Driver(NFC) (#126701)Longsheng Mou
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2023-01-27[mlir] GreedyPatternRewriteDriver: Move strict mode to GreedyPatternRewriteDr...Matthias Springer
2022-10-03[mlir-reduce] Support parsing operations other than 'builtin.module' as top-l...rkayaith
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-01-02Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-07-05[mlir-reduce] Improve diagnostic message and clean build dependencyChia-hung Duan
2021-06-02[mlir-reduce] Reducer refactor.Chia-hung Duan