[llvm] [AMDGPU] Add amdgcn.av.global.(load|store).b128 intrinsics (PR #191390)

Chinmay Deshpande via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 09:57:53 PDT 2026


================
@@ -1776,6 +1775,111 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
                                                    * :ref:`Synchronization Scope<amdgpu-intrinsics-syncscope-metadata-operand>`.
                                                      Note that the scope used must ensure that the L2 cache will be hit.
 
+  llvm.amdgcn.av.global.load.b128                     This intrinsic is supported on gfx9, gfx10, gfx11, and gfx12 targets.
----------------
chinmaydd wrote:

Nit: There is alignment mismatch here.

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


More information about the llvm-commits mailing list