[clang] [llvm] [HLSL] Implement `WaveActiveAllTrue` Intrinsic (PR #117245)

Ashley Coleman via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 21 14:07:57 PST 2024


================
@@ -861,6 +861,14 @@ def CreateHandleFromBinding : DXILOp<217, createHandleFromBinding> {
   let stages = [Stages<DXIL1_6, [all_stages]>];
 }
 
+def WaveActiveAllTrue : DXILOp<334, waveAllTrue> {
----------------
V-FEXrt wrote:

Crossed wires with SPIRV. This should be 114  not 334

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


More information about the cfe-commits mailing list