[PATCH] D102389: [AMDGPU] Refactor the pass code within the pass "LowerModuleLDS".

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 01:28:21 PDT 2021


hsmhsm created this revision.
hsmhsm added reviewers: JonChesterfield, arsenm.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
hsmhsm requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

[1] Move the implementation logic to a separate "implementation class".
[2] Modularize the large functions [split them into independent small pieces].
[3] Other various miscellaneous refactoring.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102389

Files:
  llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102389.345068.patch
Type: text/x-patch
Size: 14901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/5d0794f2/attachment.bin>


More information about the llvm-commits mailing list