[Mlir-commits] [mlir] [mlir] Add `Operation::dumpPrettyPrinted` (PR #120117)
River Riddle
llvmlistbot at llvm.org
Mon Dec 16 15:03:31 PST 2024
River707 wrote:
> Just a nit on the naming: I would call this `dumpPretty()` (`Printed` seems redundant, and since you aim at typing this manually in a debugger, less characters won't hurt ;) )
I'm not sure on the name `pretty`, I don't see how the pretty is configured via the options used, it's closer to a `dumpVerified`.
https://github.com/llvm/llvm-project/pull/120117
More information about the Mlir-commits
mailing list