This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][YAML] Only read first profile per function
ClosedPublic

Authored by Amir on Jul 30 2023, 9:45 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rGb0b566b5da23: [BOLT][YAML] Only read first profile per function
Summary

Work around the issue of multiple profiles per function.
Can happen with a stale profile which has separate profiles
that in a new binary got merged and became aliases.

Diff Detail

Event Timeline

Amir created this revision.Jul 30 2023, 9:45 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jul 30 2023, 9:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2023, 9:45 PM
maksfb accepted this revision.Jul 31 2023, 12:01 PM
This revision is now accepted and ready to land.Jul 31 2023, 12:01 PM
This revision was automatically updated to reflect the committed changes.