[Mlir-commits] [mlir] [mlir][pass] Add composite pass utility (PR #87166)
Ivan Butygin
llvmlistbot at llvm.org
Tue Apr 2 03:29:28 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
----------------
Hardcode84 wrote:
There are `ViewOpGraph` and `LocationSnapshot` passes which are not listed here but listed in separate header files, so if I add`GEN_PASS_DECL` here it fails with struct redefinition error.
https://github.com/llvm/llvm-project/pull/87166
More information about the Mlir-commits
mailing list