================ @@ -257,6 +257,24 @@ static Intrinsic::ID getWaveActiveSumIntrinsic(llvm::Triple::ArchType Arch, } } +// Return wave active product that corresponds to the QT scalar type +static Intrinsic::ID getWaveActiveProductIntrinsic(llvm::Triple::ArchType Arch, + CGHLSLRuntime &RT, ---------------- farzonl wrote:
RT is not used in this function https://github.com/llvm/llvm-project/pull/165109 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
