[all-commits] [llvm/llvm-project] b8f22f: [NewPM][AMDGPU] Run InternalizePass when -amdgpu-i...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Jan 4 11:37:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8f22f9d3000b13c63a323bcf5230929191f402a
https://github.com/llvm/llvm-project/commit/b8f22f9d3000b13c63a323bcf5230929191f402a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/test/CodeGen/AMDGPU/internalize.ll
Log Message:
-----------
[NewPM][AMDGPU] Run InternalizePass when -amdgpu-internalize-symbols
The legacy PM doesn't run EP_ModuleOptimizerEarly on -O0, so skip
running it here when given O0.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D93886
More information about the All-commits
mailing list