[clang] [llvm] [HLSL] [DXIL] Implement the AddUint64 HLSL function and the UAddc DXIL op (PR #127137)
Finn Plummer via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 14:23:35 PST 2025
================
@@ -50,6 +50,7 @@ def HandleTy : DXILOpParamType;
def ResBindTy : DXILOpParamType;
def ResPropsTy : DXILOpParamType;
def SplitDoubleTy : DXILOpParamType;
+def BinaryWithCarryTy : DXILOpParamType;
----------------
inbelic wrote:
There is an issue to track doing it a more generic way. I believe the consensus was to wait until we have better understanding of a more general set of paths to handle first.
Relevant: https://github.com/llvm/llvm-project/pull/125319#discussion_r1939737449
https://github.com/llvm/llvm-project/pull/127137
More information about the cfe-commits
mailing list