[PATCH] D149139: [AMDGPU] Do not handle _SGPR SMEM instructions in SILoadStoreOptimizer

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 02:29:57 PDT 2023


foad created this revision.
foad added reviewers: AMDGPU, arsenm, kosarev.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

After D147334 <https://reviews.llvm.org/D147334> we never select _SGPR forms of SMEM instructions on
subtargets that also support the _SGPR_IMM form, so there is no need to
handle them here.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149139

Files:
  llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  llvm/test/CodeGen/AMDGPU/merge-sbuffer-load.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149139.516716.patch
Type: text/x-patch
Size: 5822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/314299f1/attachment.bin>


More information about the llvm-commits mailing list