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

Mehdi Amini llvmlistbot at llvm.org
Mon Dec 16 15:08:36 PST 2024


joker-eph wrote:

The only effect of "AssumeVerified" is to not disable pretty-printing (that is: not disable custom printers and falling back to generic printer). From a user point of view, it seemed to me `pretty` was somehow OK to describe the visible difference in behavior between `dump()` and `dumpXXXXXX()`, but I'm open to either possibility really.

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


More information about the Mlir-commits mailing list