This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Update buildCallGraph to check for split blocks
ClosedPublic

Authored by FPar on Aug 17 2022, 11:24 AM.

Details

Summary

Use isSplit() instead of isCold() when building the call graph and
update parameter names to reflect this.

Diff Detail

Event Timeline

FPar created this revision.Aug 17 2022, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 11:24 AM
Herald added a subscriber: ayermolo. · View Herald Transcript
FPar requested review of this revision.Aug 17 2022, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 11:24 AM
This revision is now accepted and ready to land.Aug 17 2022, 6:52 PM
This revision was automatically updated to reflect the committed changes.