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 fd356da commit c9b9fdeCopy full SHA for c9b9fde
llvm/lib/Target/DirectX/DXIL.td
@@ -740,7 +740,7 @@ def UMin : DXILOp<40, binary> {
740
}
741
742
def UAddc : DXILOp<44, binaryWithCarryOrBorrow > {
743
- let Doc = "Unsigned 32-bit integer arithmetic add with carry. uaddc(a,b) = (a+b, a+b overflowed ? 1 : 0)";
+ let Doc = "unsigned add of 32-bit operand with the carry";
744
let intrinsics = [IntrinSelect<int_uadd_with_overflow>];
745
let arguments = [OverloadTy, OverloadTy];
746
let result = BinaryWithCarryTy;
0 commit comments