This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Support PGO annotation of CallBrInst
ClosedPublic

Authored by xur on Aug 31 2022, 11:54 AM.

Details

Summary

We currently instrument CallBrInst but do not annotate it with the branch weight. This patch enables PGO annotation of CallBrInst.

Diff Detail

Event Timeline

xur created this revision.Aug 31 2022, 11:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 11:54 AM
xur requested review of this revision.Aug 31 2022, 11:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 11:54 AM
This revision is now accepted and ready to land.Aug 31 2022, 12:12 PM
This revision was landed with ongoing or failed builds.Sep 1 2022, 2:34 PM
This revision was automatically updated to reflect the committed changes.