[clang] [llvm] [HLSL] [DXIL] Implement the AddUint64 HLSL function and the UAddc DXIL op (PR #127137)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 14:23:34 PST 2025
================
@@ -50,6 +50,7 @@ def HandleTy : DXILOpParamType;
def ResBindTy : DXILOpParamType;
def ResPropsTy : DXILOpParamType;
def SplitDoubleTy : DXILOpParamType;
+def BinaryWithCarryTy : DXILOpParamType;
----------------
inbelic wrote:
Forwarding: https://github.com/llvm/llvm-project/pull/125319#discussion_r1948137244
https://github.com/llvm/llvm-project/pull/127137
More information about the llvm-commits
mailing list