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 5b5c57d commit 67489c7Copy full SHA for 67489c7
mlir/lib/Rewrite/ByteCode.cpp
@@ -1514,6 +1514,7 @@ void ByteCodeExecutor::processNativeFunResults(
1514
// Store the results in the bytecode memory
1515
for (unsigned resultIdx = 0; resultIdx < numResults; resultIdx++) {
1516
PDLValue::Kind resultKind = read<PDLValue::Kind>();
1517
+ (void)resultKind;
1518
PDLValue result = results.getResults()[resultIdx];
1519
LLVM_DEBUG(llvm::dbgs() << " * Result: " << result << "\n");
1520
assert(result.getKind() == resultKind &&
0 commit comments