This is an archive of the discontinued LLVM Phabricator instance.

[NewPM][AMDGPU] Skip adding CGSCCOptimizerLate callbacks at O0
ClosedPublic

Authored by aeubanks on Jan 22 2021, 10:49 AM.

Details

Summary

The legacy PM's EP_CGSCCOptimizerLate was only used under not-O0.

Fixes clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp under the new PM.

Diff Detail

Event Timeline

aeubanks created this revision.Jan 22 2021, 10:49 AM
aeubanks requested review of this revision.Jan 22 2021, 10:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 22 2021, 10:49 AM
arsenm accepted this revision.Jan 22 2021, 11:49 AM
This revision is now accepted and ready to land.Jan 22 2021, 11:49 AM
This revision was landed with ongoing or failed builds.Jan 22 2021, 12:34 PM
This revision was automatically updated to reflect the committed changes.