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

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 23:02:02 PST 2020


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

Fixed some of the review comments by Matt.


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-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.305983.patch
Type: text/x-patch
Size: 92118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201118/3df8f312/attachment.bin>


More information about the llvm-commits mailing list