[Mlir-commits] [mlir] [mlir] Add `Operation::dumpPrettyPrinted` (PR #120117)
Mehdi Amini
llvmlistbot at llvm.org
Mon Dec 16 12:36:41 PST 2024
joker-eph wrote:
> If debugger is ok to run op->dump(OpPrintingFlags().useLocalScope().assumeVerified()),
I think the idea is that the debugger would run `op->dump(true)`. The prototype for `dump()` would be changed to `void dump(bool assumeVerified = false);`
https://github.com/llvm/llvm-project/pull/120117
More information about the Mlir-commits
mailing list