This is an archive of the discontinued LLVM Phabricator instance.

[FixIrreducible][NewPM] Port -fix-irreducible to NPM
ClosedPublic

Authored by aeubanks on Oct 8 2020, 9:00 AM.

Details

Summary

In the NPM, a pass cannot depend on another non-analysis pass. So pin
the test that tests that -lowerswitch is run automatically to legacy PM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 8 2020, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2020, 9:00 AM
aeubanks requested review of this revision.Oct 8 2020, 9:00 AM
sameerds accepted this revision.Oct 8 2020, 11:11 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Oct 8 2020, 11:11 PM
This revision was landed with ongoing or failed builds.Oct 9 2020, 9:22 AM
This revision was automatically updated to reflect the committed changes.