[PATCH] D137066: [AMDGPU] Add amdgcn_s_buffer_load_imm intrinsic

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 07:19:09 PDT 2022


nhaehnle added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1017-1019
+// Generate intrinsic similar to int_amdgcn_s_buffer_load, but with immediate
+// instruction offset.
+def int_amdgcn_s_buffer_load_imm : Intrinsic <
----------------
Document whether there is an upper bound to the offset argument, or whether codegen will handle it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137066



More information about the llvm-commits mailing list