summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Transform
AgeCommit message (Expand)Author
2025-11-20Revert "[mlir][Pass] Fix crash when applying a pass to an optional interface"...Matthias Springer
2025-11-20[mlir][Pass] Fix crash when applying a pass to an optional interface (#168499)Matthias Springer
2025-10-18[MLIR][Transform][SMT] Allow for declarative computations in schedules (#160895)Rolf Morel
2025-10-06[mlir] transform dialect: don't crash in verifiers (#161098)Oleksandr "Alex" Zinenko
2025-10-01[MLIR][Transform][Tune] Introduce `transform.tune.alternatives` op (#160724)Rolf Morel
2025-10-01[mlir][transform] Add PromoteTensorOp (#158318)Hendrik_Klug
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel
2025-08-05[MLIR][Transform] Prefer entry points in current module (#151323)Erick Ochoa Lopez
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel
2025-06-16[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)Rolf Morel
2025-06-11[MLIR][Transform] apply_registered_op fixes: arg order & python options auto-...Rolf Morel
2025-06-11[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)Rolf Morel
2025-06-06[MLIR][Transform] Allow ApplyRegisteredPassOp to take options as a param (#14...Rolf Morel
2025-01-19[mlir][irdl] Introduce names in IRDL value lists (#123525)Théo Degioanni
2024-12-15make transform.split_handle accept any handle kind (#118752)Oleksandr "Alex" Zinenko
2024-12-15correctly check uses of pattern descriptor transform ops (#118791)Oleksandr "Alex" Zinenko
2024-11-20[mlir][func] Remove `func-bufferize` pass (#114152)Matthias Springer
2024-09-09[MLIR][Transform] Allow stateInitializer and stateExporter for applyTransform...Amy Wang
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel
2024-05-08[mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index...srcarroll
2024-05-03[mlir] make transform.foreach_match forward arguments (#89920)Oleksandr "Alex" Zinenko
2024-05-03[mlir] Fix test added in 105c992c83aa527c6c50d60becd4d66b476b0a32.Christian Sigg
2024-05-02[mlir] use irdl as matcher description in transform (#89779)Oleksandr "Alex" Zinenko
2024-05-02[mlir] remove test-tranfsorm-dialect-interpreter (#89931)Oleksandr "Alex" Zinenko
2024-04-17[mlir] transform.apply_patterns support more config options (#88484)Oleksandr "Alex" Zinenko
2024-04-02[mlir][pass] Add `errorHandler` param to `Pass::initializeOptions` (#87289)Ivan Butygin
2024-04-01[mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski
2024-03-28[mlir] propagate silenceable failures in transform.foreach_match (#86956)Oleksandr "Alex" Zinenko
2024-03-27[mlir] fix crash in transform.print verification (#86679)Oleksandr "Alex" Zinenko
2024-03-10[mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer
2024-02-28[mlir] update remaining transform tests to main pass (#81279)Oleksandr "Alex" Zinenko
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao
2024-01-18[mlir][transform] Add transform.get_operand op (#78397)Quinn Dawkins
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko
2024-01-09[mlir] introduce transform.collect_matching (#76724)Oleksandr "Alex" Zinenko
2024-01-04[mlir][TD] update more tests to use the "main" interpreter pass (#76963)Oleksandr "Alex" Zinenko
2024-01-03[mlir] introduce transform.num_associations (#76723)Oleksandr "Alex" Zinenko
2023-12-21[MLIR] Erase location of folded constants (#75415)Billy Zhu
2023-12-19[mlir][Transform] Fix crash with invalid ir for transform libraries (#75649)Kunwar Grover
2023-12-06[mlir][transform] TrackingListener: Improve dead handles detection (#74290)Matthias Springer
2023-11-05[mlir][transform] LISH: Add transform op (#70630)Matthias Springer
2023-10-31[mlir][SCF] Use `transform.get_parent_op` instead of `transform.loop.get_pare...Matthias Springer
2023-10-25[mlir][transform] Handle multiple library preloading passes. (#69705)Ingo Müller
2023-10-24[mlir][transform] Improve error when merging of modules fails. (#69331)Ingo Müller
2023-10-20[mlir][transform] Support for multiple top-level transform ops (#69615)martin-luecke
2023-10-19Reapply "[mlir][transform] Support symlinks in module loading. Reorganize tes...Ingo Müller
2023-10-19Revert "[mlir][transform] Support symlinks in module loading. Reorganize test...Ingo Müller
2023-10-19[mlir][transform] Support symlinks in module loading. Reorganize tests. (#69329)Ingo Müller
2023-10-18Add missing test from #68661Nicolas Vasilache
2023-10-17[mlir][transform] Fix new interpreter and library preloading passes. (#69190)Ingo Müller