[clang] [llvm] [AMDGPU][Clang] add __builtin_amdgcn_av_(load|store)_b128 (PR #199176)
Sameer Sahasrabuddhe via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 23:59:13 PDT 2026
================
@@ -5754,6 +5756,32 @@ returns the bit at the position of the current lane. It is almost equivalent to
``(mask & (1 << lane_id)) != 0``, except that its behavior is only defined if
the given mask has the same value for all active lanes of the current wave.
+
+__builtin_amdgcn_av_{load,store}_b128
----------------
ssahasra wrote:
Done.
https://github.com/llvm/llvm-project/pull/199176
More information about the cfe-commits
mailing list