[PATCH] D144233: [WIP][amdgpu] Implement dynamic LDS accesses from non-kernel functions

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 15:59:45 PST 2023


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

Relative to D144221 <https://reviews.llvm.org/D144221>, needs tests. Creating patch now for info for D144221 <https://reviews.llvm.org/D144221> review.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144233

Files:
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
  llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.cpp
  llvm/test/CodeGen/AMDGPU/lower-module-lds-inactive.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144233.498184.patch
Type: text/x-patch
Size: 28739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/4919dbee/attachment.bin>


More information about the llvm-commits mailing list