This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Add aliases for ICP flags
ClosedPublic

Authored by Amir on Jun 22 2022, 12:44 PM.

Details

Summary
  • indirect-call-promotion -> icp
  • indirect-call-promotion-mispredict-threshold -> icp-mp-threshold
  • indirect-call-promotion-use-mispredicts -> icp-use-mp
  • indirect-call-promotion-topn -> icp-topn
  • indirect-call-promotion-calls-topn -> icp-calls-topn
  • indirect-call-promotion-jump-tables-topn -> icp-jt-topn
  • icp-jump-table-targets -> icp-jt-targets

This also fixes an inconsistency in ICP flag names that some start with
indirect-call-promotion while others start with icp.

Diff Detail

Event Timeline

Amir created this revision.Jun 22 2022, 12:44 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jun 22 2022, 12:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2022, 12:44 PM
Amir updated this revision to Diff 439229.Jun 22 2022, 6:13 PM

Alias for icp

Amir edited the summary of this revision. (Show Details)Jun 22 2022, 6:13 PM
Amir updated this revision to Diff 439236.Jun 22 2022, 6:50 PM

Move ICPShort

Amir updated this revision to Diff 439237.Jun 22 2022, 6:52 PM

Short -> Alias

This revision is now accepted and ready to land.Jun 23 2022, 4:06 PM
This revision was automatically updated to reflect the committed changes.