Skip to content

Commit b8003d3

Browse files
committed
[HLSL][DXIL] Added Intrinsic::dx_wave_prefix_usum to checkWaveOps
1 parent 18b96bb commit b8003d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/DirectX/DXILShaderFlags.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ static bool checkWaveOps(Intrinsic::ID IID) {
9898
case Intrinsic::dx_wave_reduce_umin:
9999
// Wave Prefix Op Variants
100100
case Intrinsic::dx_wave_prefix_sum:
101+
case Intrinsic::dx_wave_prefix_usum:
101102
return true;
102103
}
103104
}

0 commit comments

Comments
 (0)