[Mlir-commits] [mlir] [mlir] Add `SelectPass` (PR #130409)
Jacques Pienaar
llvmlistbot at llvm.org
Sat Mar 8 06:36:20 PST 2025
================
@@ -586,4 +586,23 @@ def CompositeFixedPointPass : Pass<"composite-fixed-point-pass"> {
];
}
+def SelectPass : Pass<"select-pass"> {
+ let summary = "Select pass";
+ let description = [{
+ Select pass allows to run multiple different set of passes based on
----------------
jpienaar wrote:
Multiple different sets, makes me think of something else than switching on attribute to select pipeline.
Dynamically selects pass pipeline to run based on top level op attribute.
https://github.com/llvm/llvm-project/pull/130409
More information about the Mlir-commits
mailing list