[clang] [llvm] [HLSL][DirectX] Finish WaveGetLaneCount implementation (PR #156338)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 12:31:44 PDT 2025
================
@@ -85,6 +85,7 @@ static bool checkWaveOps(Intrinsic::ID IID) {
return false;
case Intrinsic::dx_wave_is_first_lane:
case Intrinsic::dx_wave_getlaneindex:
+ case Intrinsic::dx_wave_get_lane_count:
----------------
farzonl wrote:
see line 66 seems like you need to remove that commented out case statement since you are adding it here.
https://github.com/llvm/llvm-project/pull/156338
More information about the cfe-commits
mailing list