[clang] [llvm] [HLSL] Handle WaveActiveBallot struct return type appropriately (PR #175105)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 15 12:03:32 PST 2026


================
@@ -58,6 +58,7 @@ def ResPropsTy : DXILOpParamType;
 def SplitDoubleTy : DXILOpParamType;
 def BinaryWithCarryTy : DXILOpParamType;
 def DimensionsTy : DXILOpParamType;
+def Fouri32s : DXILOpParamType;
----------------
inbelic wrote:

nit: Is this naming from somewhere? It seems the other custom types are defined by the operation that defines them. So `WaveBallotTy` is maybe more applicable. 

https://github.com/llvm/llvm-project/pull/175105


More information about the cfe-commits mailing list