[clang] [llvm] [HLSL] Implement elementwise popcount (PR #108121)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 17 01:04:25 PDT 2024


https://github.com/RKSimon approved this pull request.

LGTM after @farzonl minors have been addressed - once this is committed I'm intending to use `__builtin_elementwise_popcount` to simplify a number of C++ target intrinsics that do the same thing.

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


More information about the cfe-commits mailing list