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

weiwei chen llvmlistbot at llvm.org
Tue Dec 17 07:07:58 PST 2024


weiweichen wrote:

Not using default argument (because lldb doesn't understand it) with `Operation::dump()` and adding `Operation::dumpPretty()` since `pretty` feels like similar to other IR printing methods. I don't have a strong opinion on what name to use. Happy to change the API to `dumpVerified` if we like it better (@River707 👀 ).  

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


More information about the Mlir-commits mailing list