[Mlir-commits] [mlir] [mlir][pass] Add composite pass utility (PR #87166)

Mehdi Amini llvmlistbot at llvm.org
Mon Apr 1 21:18:20 PDT 2024


================
@@ -43,6 +43,7 @@ class GreedyRewriteConfig;
 #define GEN_PASS_DECL_SYMBOLDCE
 #define GEN_PASS_DECL_SYMBOLPRIVATIZE
 #define GEN_PASS_DECL_TOPOLOGICALSORT
+#define GEN_PASS_DECL_COMPOSITEFIXEDPOINTPASS
----------------
joker-eph wrote:

Could we just replace all this list with `#define GEN_PASS_DECL`? Are there passes we don't want here?

https://github.com/llvm/llvm-project/pull/87166


More information about the Mlir-commits mailing list