[PATCH] D126857: [HLSL] Add WaveActiveCountBits as Langugage builtin function for HLSL

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 11:49:18 PDT 2022


python3kgae added a comment.

In D126857#3554070 <https://reviews.llvm.org/D126857#3554070>, @Anastasia wrote:

> ok, so the reason you are adding this to clang is that it needs to be mapped into a target intrinsic?

Yes. The plan is to create a target intrinsic for WaveActiveCountBits which map to this clang builtin directly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126857/new/

https://reviews.llvm.org/D126857



More information about the cfe-commits mailing list