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

Mehdi Amini llvmlistbot at llvm.org
Sat Mar 30 13:48:33 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
----------------
joker-eph wrote:

Nit: I would include "fixed point" in the name, "composite" is very generic.

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


More information about the Mlir-commits mailing list