[Mlir-commits] [mlir] [mlir] Add `Operation::dumpPrettyPrinted` (PR #120117)

weiwei chen llvmlistbot at llvm.org
Mon Dec 16 12:54:06 PST 2024


weiweichen wrote:

> > If debugger is ok to run op->dump(OpPrintingFlags().useLocalScope().assumeVerified()),
> 
> I think the idea is that in the debugger you can type: `op->dump(true)`. The prototype for `dump()` would be changed to `void dump(bool assumeVerified = false);`

Sounds good! Updated the API accordingly. 

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


More information about the Mlir-commits mailing list