================
@@ -376,6 +376,24 @@ static Intrinsic::ID 
getWavePrefixSumIntrinsic(llvm::Triple::ArchType Arch,
   }
 }
 
+// Return wave prefix product that corresponds to the QT scalar type
+static Intrinsic::ID getWavePrefixProductIntrinsic(llvm::Triple::ArchType Arch,
+                                                   CGHLSLRuntime &RT,
----------------
kcloudy0717 wrote:

Good catch! I also removed the runtime param for `getWavePrefixSumIntrinsic` as 
well.

https://github.com/llvm/llvm-project/pull/179423
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to