[Mlir-commits] [mlir] [mlir] Add comment for failed verification in print. (PR #161789)
Mehdi Amini
llvmlistbot at llvm.org
Fri Oct 3 02:11:36 PDT 2025
================
@@ -3433,10 +3439,19 @@ class OperationPrinter : public AsmPrinter::Impl, private OpAsmPrinter {
// This is the current indentation level for nested structures.
unsigned currentIndent = 0;
+
+ /// Whether the operation from which the AsmState was created, failed
+ /// verification.
----------------
joker-eph wrote:
An AsmState isn't necessarily created from an operation, this is incomplete right now.
https://github.com/llvm/llvm-project/pull/161789
More information about the Mlir-commits
mailing list