[clang] [llvm] [HLSL] Handle WaveActiveBallot struct return type appropriately (PR #175105)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 15 12:03:31 PST 2026


================
@@ -1072,11 +1072,11 @@ def WaveReadLaneAt : DXILOp<117, waveReadLaneAt> {
   let stages = [Stages<DXIL1_0, [all_stages]>];
 }
 
-def WaveActiveBallot : DXILOp<118, waveBallot> {
+def WaveActiveBallot : DXILOp<116, waveActiveBallot> {
----------------
inbelic wrote:

nit: The op defs are sorted by opcode in this file

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


More information about the cfe-commits mailing list