[PATCH] D91516: [AMDGPU] Support for device scope shared variables

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 10:01:47 PST 2020


hsmhsm updated this revision to Diff 313569.
hsmhsm added a comment.

Re-implemented the feature based on 2D offset table.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91516

Files:
  llvm/lib/Target/AMDGPU/AMDGPU.h
  llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  llvm/lib/Target/AMDGPU/AMDGPUDeviceScopeSharedVariable.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  llvm/lib/Target/AMDGPU/CMakeLists.txt
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-deep-function-calls.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-indirect-call.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-lds-2d-array.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-lds-with-different-data-types.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-lds-within-function.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-lds-within-kernel-and-function.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-lds-within-kernel.ll
  llvm/test/CodeGen/AMDGPU/device-scope-lds-test-two-lds-arguments.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91516.313569.patch
Type: text/x-patch
Size: 125242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201223/359643ec/attachment.bin>


More information about the llvm-commits mailing list