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 8853d5f commit b692b77Copy full SHA for b692b77
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
@@ -4098,7 +4098,8 @@ LogicalResult LLVM::SincosOp::verify() {
4098
resultStructType.getBody()[0] != operandType ||
4099
resultStructType.getBody()[1] != operandType) {
4100
return emitOpError("expected result type to be an homogeneous struct with "
4101
- "two elements matching the operand type");
+ "two elements matching the operand type, but got ")
4102
+ << resultType;
4103
}
4104
return success();
4105
0 commit comments