[all-commits] [llvm/llvm-project] 490288: [AMDGPU] Request module used variables from LDS lo...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu May 20 20:56:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49028858637946ce8c00f12e41138b5ed7783276
https://github.com/llvm/llvm-project/commit/49028858637946ce8c00f12e41138b5ed7783276
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
Log Message:
-----------
[AMDGPU] Request module used variables from LDS lowering as internal
I do not see any practical difference but technically
used.* variables are internal and a call to getGlobalVariable
misses true as a second argument. NFC as far as I can tell.
Differential Revision: https://reviews.llvm.org/D102884
More information about the All-commits
mailing list