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 8c0e296 commit 5bfa16cCopy full SHA for 5bfa16c
mlir/test/lib/IR/TestBytecodeRoundtrip.cpp
@@ -402,6 +402,7 @@ struct TestBytecodeRoundtripPass
402
// Downgrade IR constructs before writing the IR to bytecode.
403
auto status = downgradeToVersion(op, targetEmissionVersion);
404
assert(succeeded(status) && "expected the downgrade to succeed");
405
+ (void)status;
406
407
BytecodeWriterConfig writeConfig;
408
writeConfig.setDialectVersion<test::TestDialect>(
0 commit comments