This is an archive of the discontinued LLVM Phabricator instance.

[HLSL] Change WaveActiveCountBits to wrapper of __builtin_hlsl_wave_active_count_bits
ClosedPublic

Authored by python3kgae on Jun 29 2022, 2:00 PM.

Details

Summary

Change WaveActiveCountBits from builtin into wrapper of __builtin_hlsl_wave_active_count_bits.
For comment at
https://reviews.llvm.org/D126857#inline-1235949

Diff Detail

Event Timeline

python3kgae created this revision.Jun 29 2022, 2:00 PM
python3kgae requested review of this revision.Jun 29 2022, 2:00 PM
beanz accepted this revision.Jun 29 2022, 2:13 PM

LGTM.

This revision is now accepted and ready to land.Jun 29 2022, 2:13 PM

Rebase to fix test fail.

This revision was automatically updated to reflect the committed changes.