This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Fix CGSCCOptimizerLateEPCallbacks place in pipeline
ClosedPublic

Authored by aeubanks on Dec 28 2020, 1:19 PM.

Details

Summary

CGSCCOptimizerLateEPCallbacks are supposed to be run before the function
simplification pipeline, like in the legacy PM and as specified in the
comments for registerCGSCCOptimizerLateEPCallback().

Diff Detail

Unit TestsFailed

Event Timeline

aeubanks created this revision.Dec 28 2020, 1:19 PM
aeubanks requested review of this revision.Dec 28 2020, 1:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 28 2020, 1:19 PM
ychen accepted this revision.Dec 28 2020, 2:00 PM

LGTM

This revision is now accepted and ready to land.Dec 28 2020, 2:00 PM
This revision was landed with ongoing or failed builds.Dec 28 2020, 2:05 PM
This revision was automatically updated to reflect the committed changes.