Skip to content

Commit c9b9fde

Browse files
Icohedronbogner
andauthored
Edit UAddc's doc to match DXC
Co-authored-by: Justin Bogner <[email protected]>
1 parent fd356da commit c9b9fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXIL.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def UMin : DXILOp<40, binary> {
740740
}
741741

742742
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)";
743+
let Doc = "unsigned add of 32-bit operand with the carry";
744744
let intrinsics = [IntrinSelect<int_uadd_with_overflow>];
745745
let arguments = [OverloadTy, OverloadTy];
746746
let result = BinaryWithCarryTy;

0 commit comments

Comments
 (0)