This is an archive of the discontinued LLVM Phabricator instance.

[Inliner] Make ModuleInlinerWrapperPass return PreservedAnalyses::all()
ClosedPublic

Authored by aeubanks on Apr 26 2021, 1:02 PM.

Details

Summary

The ModulePassManager should already have taken care of all analysis
invalidation. Without this change, upcoming changes will cause more
invalidation than necessary.

Diff Detail

Event Timeline

aeubanks created this revision.Apr 26 2021, 1:02 PM
aeubanks requested review of this revision.Apr 26 2021, 1:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2021, 1:02 PM
mtrofin accepted this revision.Apr 26 2021, 2:36 PM
This revision is now accepted and ready to land.Apr 26 2021, 2:36 PM