[Mlir-commits] [mlir] [mlir][core] in -mlir-print-ir-*, dump the pass options as well (PR #195198)
Matthias Springer
llvmlistbot at llvm.org
Sat May 2 01:06:50 PDT 2026
================
@@ -79,7 +90,7 @@ void IRPrinterInstrumentation::runBeforePass(Pass *pass, Operation *op) {
out << "// -----// IR Dump Before " << pass->getName() << " ("
----------------
matthias-springer wrote:
nit: I would have expected that the pass options are printed here instead of in `printIR`.
https://github.com/llvm/llvm-project/pull/195198
More information about the Mlir-commits
mailing list