[all-commits] [llvm/llvm-project] 42d682: [NewPM][AMDGPU] Skip adding CGSCCOptimizerLate cal...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Jan 22 12:39:40 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42d682a217b6e04318d11d374e29d7d94ceaed1f
https://github.com/llvm/llvm-project/commit/42d682a217b6e04318d11d374e29d7d94ceaed1f
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Log Message:
-----------
[NewPM][AMDGPU] Skip adding CGSCCOptimizerLate callbacks at O0
The legacy PM's EP_CGSCCOptimizerLate was only used under not-O0.
Fixes clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp under the new PM.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D95250
More information about the All-commits
mailing list