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 09fb20e commit 77d04ffCopy full SHA for 77d04ff
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
@@ -3156,7 +3156,7 @@ void NewCliOp::getAsmResultNames(OpAsmSetValueNameFn setNameFn) {
3156
llvm_unreachable("heuristic unrolling does not generate a loop");
3157
})
3158
.Default([&](Operation *op) {
3159
- assert(!"TODO: Custom name for this operation");
+ assert(false && "TODO: Custom name for this operation");
3160
return "transformed";
3161
});
3162
}
0 commit comments