[PATCH] D125034: [AMDGPU] Add llvm.amdgcn.struct.buffer.load.lds intrinsic

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 12:09:50 PDT 2022


rampitec updated this revision to Diff 428460.
rampitec added a comment.

Do not split voffset because inst_offset is applied to both VMEM and LDS address and voffset is not. Add a separate operand instead.
Same as in parent change D124884 <https://reviews.llvm.org/D124884>.


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

https://reviews.llvm.org/D125034

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.lds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125034.428460.patch
Type: text/x-patch
Size: 12907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220510/f1f4c1ed/attachment.bin>


More information about the llvm-commits mailing list