This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Fix tests for OptimizerLast extension point
ClosedPublic

Authored by EliaGeretto on Feb 25 2022, 11:18 AM.

Details

Summary

This PR fixes the tests for the OptimizerLast extension point in the new pass manager. The extension point uses module passes, but it was being tested with a function pass.

Diff Detail

Event Timeline

EliaGeretto requested review of this revision.Feb 25 2022, 11:18 AM
EliaGeretto created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2022, 11:18 AM
aeubanks accepted this revision.Feb 25 2022, 11:21 AM
This revision is now accepted and ready to land.Feb 25 2022, 11:21 AM
This revision was landed with ongoing or failed builds.Feb 25 2022, 2:53 PM
This revision was automatically updated to reflect the committed changes.