[PATCH] D124884: [AMDGPU] Add intrinsics llvm.amdgcn.{raw|struct}.buffer.load.lds

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 13:56:41 PDT 2022


rampitec updated this revision to Diff 429347.
rampitec retitled this revision from "[AMDGPU] Add intrinsic llvm.amdgcn.raw.buffer.load.lds" to "[AMDGPU] Add intrinsics llvm.amdgcn.{raw|struct}.buffer.load.lds".
rampitec added a comment.

Switched to direct select which allows to use 2 separate memory operands.
The patch now handles both raw and struct intrinsics.


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

https://reviews.llvm.org/D124884

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.lds.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.lds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124884.429347.patch
Type: text/x-patch
Size: 27765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220513/805fccbf/attachment.bin>


More information about the llvm-commits mailing list