[PATCH] D101310: [AMDGPU] Replace uses of LDS globals within non-kernel functions by pointers.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 2 04:17:07 PDT 2021


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

Rebase to latest upstream main.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101310

Files:
  llvm/lib/Target/AMDGPU/AMDGPU.h
  llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
  llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/CMakeLists.txt
  llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.h
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-call_diamond_shape.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-call_miscellaneous.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-indirect_call_diamond_shape.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-small_lds.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_both_within_kernel_and_func.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_only_within_func.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_only_within_kernel.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_both_global_and_func_scope.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_both_global_and_func_scope2.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_const_expr.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_const_expr2.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_const_expr3.ll
  llvm/test/CodeGen/AMDGPU/lds_replace_by_pointer-use_within_not_rechable_func.ll
  llvm/test/CodeGen/AMDGPU/promote-alloca-to-lds-constantexpr-use.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101310.342231.patch
Type: text/x-patch
Size: 66081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210502/91f8f6e9/attachment.bin>


More information about the llvm-commits mailing list