We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea628e3 commit 0ec318eCopy full SHA for 0ec318e
mlir/lib/Rewrite/ByteCode.cpp
@@ -1444,7 +1444,7 @@ void ByteCodeExecutor::executeApplyConstraint(PatternRewriter &rewriter) {
1444
const PDLRewriteFunction &constraintFn = constraintFunctions[fun_idx];
1445
ByteCodeRewriteResultList results(numResults);
1446
LogicalResult rewriteResult = constraintFn(rewriter, results, args);
1447
- ArrayRef<PDLValue> constraintResults = results.getResults();
+ [[maybe_unused]] ArrayRef<PDLValue> constraintResults = results.getResults();
1448
LLVM_DEBUG({
1449
if (succeeded(rewriteResult)) {
1450
llvm::dbgs() << " * Constraint succeeded\n";
0 commit comments