[Mlir-commits] [mlir] [MLIR][diag] Add PassManager option to emit failed pass name (PR #155526)
Colin De Vlieghere
llvmlistbot at llvm.org
Wed Aug 27 14:06:15 PDT 2025
Cubevoid wrote:
> What about a `LDBG()` output in the pass manager instead? That would show up with `--debug-only=pass-manager`. Actually I should add some logging there anyway, it's lacking right now.
I would prefer if these diagnostics are still available in release mode. Depending on the downstream compiler, the downstream might want to enable something like this by default.
https://github.com/llvm/llvm-project/pull/155526
More information about the Mlir-commits
mailing list