[Mlir-commits] [mlir] Pretty print on -dump-pass-pipeline (PR #143223)
Jeremy Kun
llvmlistbot at llvm.org
Sun Jun 8 12:11: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);
----------------
j2kun wrote:
Done.
https://github.com/llvm/llvm-project/pull/143223
More information about the Mlir-commits
mailing list