================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
