[all-commits] [llvm/llvm-project] e3070d: [AMDGPU] Rename "LDS lowering" pass name.
Mahesha S via All-commits
all-commits at lists.llvm.org
Wed Apr 14 07:51:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3070db0f7049fdbd75955b3e68a3d2bc4936e48
https://github.com/llvm/llvm-project/commit/e3070db0f7049fdbd75955b3e68a3d2bc4936e48
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/addrspacecast-initializer-unsupported.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-to-lds-constantexpr-use.ll
Log Message:
-----------
[AMDGPU] Rename "LDS lowering" pass name.
Rename the name of "LDS lowering" pass from `amdgpu-disable-lower-module-lds` to
`amdgpu-enable-lower-module-lds` as later is consistent and reads better.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D100441
More information about the All-commits
mailing list