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 1ade5b5 commit 955e552Copy full SHA for 955e552
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -1139,7 +1139,7 @@ LogicalResult NVVM::VoteSyncOp::verify() {
1139
}
1140
} else {
1141
if (!getType().isInteger(1)) {
1142
- return emitOpError("match.sync 'any', 'all' and 'uni' returns an i1");
+ return emitOpError("vote.sync 'any', 'all' and 'uni' returns an i1");
1143
1144
1145
return success();
0 commit comments