[llvm] [AMDGPU] Add buffer.fat.ptr.load.lds intrinsic wrapping raw rsrc version (PR #133015)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 02:34:44 PDT 2025


================
@@ -1939,6 +1939,27 @@ def int_amdgcn_s_buffer_prefetch_data : DefaultAttrsIntrinsic <
 
 } // defset AMDGPUBufferIntrinsics
 
+// A wrapper around raw_ptr_buffer_load_lds that takes the global offset
+// from the addrspace(7) pointer argument.
+def int_amdgcn_buffer_fat_ptr_load_lds : Intrinsic <
----------------
jayfoad wrote:

Is this really the name you want? None of the other buffer ptr intrinsics have "fat" in the name.

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


More information about the llvm-commits mailing list