[PATCH] D124884: [AMDGPU] Add intrinsic llvm.amdgcn.raw.buffer.load.lds

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 16:35:18 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1268
+  [llvm_v4i32_ty,     // rsrc(SGPR)
+   llvm_anyptr_ty,    // LDS base offset
+   llvm_i32_ty,       // offset(VGPR/imm, included in bounds checking and swizzling)
----------------
This should be addrspace 3 pointers only also


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

https://reviews.llvm.org/D124884



More information about the llvm-commits mailing list