[Mlir-commits] [mlir] Pretty print on -dump-pass-pipeline (PR #143223)

Mehdi Amini llvmlistbot at llvm.org
Sat Jun 7 00:40:00 PDT 2025


================
@@ -119,7 +119,7 @@ class Pass {
 
   /// Prints out the pass in the textual representation of pipelines. If this is
   /// an adaptor pass, print its pass managers.
-  void printAsTextualPipeline(raw_ostream &os);
+  void printAsTextualPipeline(raw_ostream &os, bool pretty = false);
----------------
joker-eph wrote:

Can you document the added flag on every updated public API?

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


More information about the Mlir-commits mailing list