[clang] [llvm] Adding splitdouble HLSL function (PR #109331)
Justin Bogner via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 19:21:12 PDT 2024
================
@@ -47,6 +47,7 @@ def ResRetInt32Ty : DXILOpParamType;
def HandleTy : DXILOpParamType;
def ResBindTy : DXILOpParamType;
def ResPropsTy : DXILOpParamType;
+def ResSplitDoubleTy : DXILOpParamType;
----------------
bogner wrote:
This should just be "SplitDoubleTy". The types that are prefixed with "Res" are that way to match the actual type names in DXIL.
https://github.com/llvm/llvm-project/pull/109331
More information about the cfe-commits
mailing list