This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Use LTO fuzzy name matching in function-order
ClosedPublic

Authored by Amir on Jan 20 2023, 7:56 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rG287508cd9c43: [BOLT] Use LTO fuzzy name matching in function-order
Summary

Allow partial name matching wrt LTO suffixes in function-order
user-supplied function list, the same as permitted by profile matching.

Diff Detail

Event Timeline

Amir created this revision.Jan 20 2023, 7:56 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jan 20 2023, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 7:56 PM
Amir updated this revision to Diff 491589.Jan 23 2023, 7:39 PM

Augment the list of functions to process with those that match common LTO
prefix of -function-order functions.

Amir updated this revision to Diff 491870.Jan 24 2023, 12:18 PM

Add test

Amir retitled this revision from [BOLT] Use LTO fuzzy name matching in function-order=user to [BOLT] Use LTO fuzzy name matching in function-order.Jan 24 2023, 12:21 PM
Amir edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 25 2023, 10:40 AM
This revision was landed with ongoing or failed builds.Jan 25 2023, 11:43 AM
This revision was automatically updated to reflect the committed changes.