[clang] [llvm] [HLSL][DXIL][SPRIV] Added WaveActiveProduct intrinsic #164385 (PR #165109)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 23 11:47:47 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list