[Mlir-commits] [mlir] [mlir] Add `Operation::dumpPrettyPrinted` (PR #120117)
Chris Lattner
llvmlistbot at llvm.org
Mon Dec 16 13:55:30 PST 2024
================
@@ -320,7 +320,7 @@ class alignas(8) Operation final
void print(raw_ostream &os, const OpPrintingFlags &flags = std::nullopt);
void print(raw_ostream &os, AsmState &state);
- void dump();
+ void dump(bool assumeVerified = false);
----------------
lattner wrote:
+1, please use LLVM_DUMP_METHOD
https://github.com/llvm/llvm-project/pull/120117
More information about the Mlir-commits
mailing list