[Mlir-commits] [mlir] [MLIR] Add options to generate-runtime-verification to enable faster pass running (PR #160331)

Mehdi Amini llvmlistbot at llvm.org
Mon Oct 6 07:31:45 PDT 2025


================
@@ -36,10 +44,46 @@ void GenerateRuntimeVerificationPass::runOnOperation() {
     ops.push_back(verifiableOp);
   });
 
+  // Create error message generator based on verboseLevel
----------------
joker-eph wrote:

> We see that the operation string used in the CHECK and the actual string of the operation following the CHECK is different.





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


More information about the Mlir-commits mailing list