[Mlir-commits] [mlir] [mlir][pass] Add composite pass utility (PR #87166)
Ivan Butygin
llvmlistbot at llvm.org
Sun Mar 31 16:59:22 PDT 2024
================
@@ -130,6 +130,13 @@ createSymbolPrivatizePass(ArrayRef<std::string> excludeSymbols = {});
/// their producers.
std::unique_ptr<Pass> createTopologicalSortPass();
+/// Create composite pass, which runs selected set of passes until fixed point
----------------
Hardcode84 wrote:
Renamed to `CompositeFixedPointPass`, suggestions for better naming are welcome :)
https://github.com/llvm/llvm-project/pull/87166
More information about the Mlir-commits
mailing list