This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Restrict icp-inline to callsites
ClosedPublic

Authored by Amir on Jun 22 2022, 6:16 PM.

Details

Summary

ICP peel for inline mode only makes sense for calls, not jump tables.
Plus, add a check that the Target BinaryFunction is found.

Diff Detail

Event Timeline

Amir created this revision.Jun 22 2022, 6:16 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
Amir requested review of this revision.Jun 22 2022, 6:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2022, 6:16 PM
This revision is now accepted and ready to land.Jun 23 2022, 4:07 PM
This revision was automatically updated to reflect the committed changes.