[PATCH] D122653: [AMDGPU] Document the intended semantics of llvm.amdgcn.s.buffer.load

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 03:49:40 PDT 2022


alex-t added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:953
+// Generate a buffer_load instruction that may be optimized to s_buffer_load if
+// the offset argument is uniform.
 def int_amdgcn_s_buffer_load : Intrinsic <
----------------
Does this imply that the divergent descriptor and uniform offset result in s_buffer_load too? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122653



More information about the llvm-commits mailing list