This is an archive of the discontinued LLVM Phabricator instance.

[NFC][1/n] Remove -enable-new-pm=0 flags from lit tests
ClosedPublic

Authored by speryt on Sep 18 2022, 4:23 PM.

Details

Summary

This is the first patch in a series intended for removing flag
-enable-new-pm=0 from lit tests. This is part of a bigger
effort of completely removing legacy code related to legacy
pass manager in favor of currently default new pass manager.

In this patch flag has been removed only from tests where no significant
change has been required because checks has been duplicated for
both PMs.

Diff Detail

Event Timeline

speryt created this revision.Sep 18 2022, 4:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 4:23 PM
speryt requested review of this revision.Sep 18 2022, 4:23 PM
fhahn accepted this revision.Sep 19 2022, 4:34 AM
fhahn added a subscriber: fhahn.

Thanks for pushing this! LGTM.

This revision is now accepted and ready to land.Sep 19 2022, 4:34 AM

lg, thanks!
I can push for you if you don't have permissions

lg, thanks!
I can push for you if you don't have permissions

Yes, please do push it I don't have permissions yet.
Thanks!

This revision was landed with ongoing or failed builds.Sep 19 2022, 9:58 AM
This revision was automatically updated to reflect the committed changes.