[PATCH] D100526: [AMDGPU] Move LDS lowering related utility functions to a separate utils file.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 22:14:20 PDT 2021


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

Move some utility functions which are used within LDS lowering pass to a separate utils
file so that other LDS related passes can make use of them when required.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100526

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100526.337630.patch
Type: text/x-patch
Size: 11406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210415/4ff2ce8e/attachment.bin>


More information about the llvm-commits mailing list