This is an archive of the discontinued LLVM Phabricator instance.

[NewPM][opt] Share -disable-loop-unrolling between pass managers
ClosedPublic

Authored by aeubanks on Jul 7 2020, 8:47 PM.

Details

Summary

There's no reason to introduce a new option for the NPM.
The various PGO options are shared in this manner.

Diff Detail

Event Timeline

aeubanks created this revision.Jul 7 2020, 8:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 8:47 PM
echristo accepted this revision.Jul 7 2020, 9:52 PM

If this works then awesome. :)

-eric

This revision is now accepted and ready to land.Jul 7 2020, 9:52 PM
This revision was automatically updated to reflect the committed changes.