[all-commits] [llvm/llvm-project] 82787e: [AMDGPU] Move LDS lowering related utility functio...

Mahesha S via All-commits all-commits at lists.llvm.org
Thu Apr 15 11:46:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82787eb2285dc03e7dbc635ddb2bc22f871d9b45
      https://github.com/llvm/llvm-project/commit/82787eb2285dc03e7dbc635ddb2bc22f871d9b45
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
    A llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp
    A llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.h
    M llvm/lib/Target/AMDGPU/Utils/CMakeLists.txt

  Log Message:
  -----------
  [AMDGPU] Move LDS lowering related utility functions to a separate utils file.

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.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D100526




More information about the All-commits mailing list