[Mlir-commits] [mlir] Add options to generate-runtime-verification to enable faster pass running (PR #160331)
Mehdi Amini
llvmlistbot at llvm.org
Tue Sep 30 06:47:16 PDT 2025
================
@@ -36,10 +44,46 @@ void GenerateRuntimeVerificationPass::runOnOperation() {
ops.push_back(verifiableOp);
});
+ // Create error message generator based on verboseLevel
----------------
joker-eph wrote:
Can we extract an AsmState here, set the flags, and re-use it?
I'm curious how it would help the performance issue you reported.
The rest of the change LG I think.
https://github.com/llvm/llvm-project/pull/160331
More information about the Mlir-commits
mailing list