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

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 12:04:02 PDT 2023


JonChesterfield updated this revision to Diff 510880.
JonChesterfield added a comment.

- move isDynamicLDS into util, make consistent with promotealloca
- review comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144233

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.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/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.h
  llvm/test/CodeGen/AMDGPU/hip.extern.shared.array.ll
  llvm/test/CodeGen/AMDGPU/lds-frame-extern.ll
  llvm/test/CodeGen/AMDGPU/lower-module-lds-inactive.ll
  llvm/test/CodeGen/AMDGPU/lower-module-lds-indirect-extern-uses-max-reachable-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144233.510880.patch
Type: text/x-patch
Size: 51000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230404/212d3c67/attachment.bin>


More information about the llvm-commits mailing list