This is an archive of the discontinued LLVM Phabricator instance.

[llvm][Inline] Remove PriorityInlineOrder in SCC inliner
ClosedPublic

Authored by taolq on Apr 12 2022, 7:01 AM.

Details

Summary

Since the size of most of SCC's is 1, the PriorityInlineOrder would not change the inline
order in SCC inliner.

Diff Detail

Event Timeline

taolq created this revision.Apr 12 2022, 7:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2022, 7:01 AM
taolq requested review of this revision.Apr 12 2022, 7:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2022, 7:01 AM
taolq retitled this revision from Remove PriorityOrder in SCC inliner to [llvm][Inline] Remove PriorityInlineOrder in SCC inliner.Apr 12 2022, 7:12 AM
taolq edited the summary of this revision. (Show Details)
taolq added reviewers: mtrofin, kazu.
kazu accepted this revision.Apr 13 2022, 2:52 PM

Thank you for cleaning up!

This revision is now accepted and ready to land.Apr 13 2022, 2:52 PM
taolq updated this revision to Diff 423630.Apr 19 2022, 8:18 AM
  • replace Calls uniptr with instance
taolq updated this revision to Diff 423874.Apr 20 2022, 5:15 AM
  • replace Calls uniptr with instance
  • Fix missing option in tests
This revision was automatically updated to reflect the committed changes.