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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120581
[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 TimelineEliaGeretto created this revision. 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 Closed by commit rG5e4b68cc3b4f: [NewPM] Fix tests for OptimizerLast extension point (authored by EliaGeretto, committed by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411527 llvm/test/Other/new-pm-O0-ep-callbacks.ll
llvm/test/Other/new-pm-defaults.ll
llvm/tools/opt/NewPMDriver.cpp
|