[PATCH] D132552: [AMDGPU][CodeGen] Support (base | offset) SMEM loads.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 05:42:13 PDT 2022


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

Prevents generation of unnecessary s_or_b32 instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132552

Files:
  llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
  llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/test/CodeGen/AMDGPU/amdgcn-load-offset-from-reg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132552.455172.patch
Type: text/x-patch
Size: 7731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/0e0212d5/attachment.bin>


More information about the llvm-commits mailing list