This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Don't cross reference CSFDO profile and non-CSFDO profile
ClosedPublic

Authored by xur on Jul 1 2022, 9:48 AM.

Details

Summary

Don't cross reference CSFDO profile and non-CSFDO profile when
checking the function hash. Only return hash_mismatch when
CS bits match, and return unknown_function otherwise.

Diff Detail

Event Timeline

xur created this revision.Jul 1 2022, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2022, 9:48 AM
xur requested review of this revision.Jul 1 2022, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2022, 9:48 AM
davidxl accepted this revision.Jul 1 2022, 11:19 AM

lgtm

This revision is now accepted and ready to land.Jul 1 2022, 11:19 AM
This revision was landed with ongoing or failed builds.Jul 15 2022, 2:05 PM
This revision was automatically updated to reflect the committed changes.