[Mlir-commits] [mlir] [mlir] Add `Operation::dumpPrettyPrinted` (PR #120117)
Chris Lattner
llvmlistbot at llvm.org
Mon Dec 16 13:55:02 PST 2024
lattner wrote:
For me, the #1 usecase is when working on mlir that is under construction when in LLDB. E.g. working on building a funciton, it has no terminator, it's like "please just dump it, not in the horrible way". I'm not sure how well LLDB works with default arguments these days, but this would definitely reduce my suffering on a near daily basis if we had it :-)
https://github.com/llvm/llvm-project/pull/120117
More information about the Mlir-commits
mailing list