[PATCH] D91516: [AMDGPU] Support for device scope shared variables
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 02:25:25 PST 2021
hsmhsm updated this revision to Diff 317500.
hsmhsm added a comment.
[0] Started re-implementing from scratch again.
[1] Added a new pass, namely, `amdgpu-lower-function-local-lds`.
[2] Implemented required initial plumbing work for both old and new pass
managers.
[3] An option, namely, `amdgpu-enable-function-local-lds-lowering` is
added, when passed, it enables the pass.
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/AMDGPULowerFunctionLocalLDS.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
llvm/lib/Target/AMDGPU/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91516.317500.patch
Type: text/x-patch
Size: 7677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/96a9f229/attachment.bin>
More information about the llvm-commits
mailing list