This is an archive of the discontinued LLVM Phabricator instance.

[ArgPromotion] Remove legacy PM support
ClosedPublic

Authored by nikic on Jun 24 2022, 8:14 AM.

Details

Summary

Support for the legacy pass manager in ArgPromotion causes complications in D125485. As the legacy pass manager for middle-end optimizations is unsupported, drop ArgPromotion from the legacy pipeline, rather than introducing additional complexity to deal with it.

Diff Detail

Event Timeline

nikic created this revision.Jun 24 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald Transcript
nikic requested review of this revision.Jun 24 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 8:14 AM
aeubanks accepted this revision.Jun 24 2022, 9:11 AM
This revision is now accepted and ready to land.Jun 24 2022, 9:11 AM
This revision was landed with ongoing or failed builds.Jun 27 2022, 12:42 AM
This revision was automatically updated to reflect the committed changes.