This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Remove insignificant function hash values from some tests.
ClosedPublic

Authored by hjyamauchi on Jul 29 2020, 9:16 AM.

Details

Summary

This is to avoid the need to update a bunch of test files when the PGO
instrumentation function hashing changes.

Split off of D84782.

Diff Detail

Event Timeline

hjyamauchi created this revision.Jul 29 2020, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 9:16 AM
hjyamauchi requested review of this revision.Jul 29 2020, 9:16 AM
davidxl accepted this revision.Jul 29 2020, 9:49 AM

lgtm

This revision is now accepted and ready to land.Jul 29 2020, 9:49 AM
This revision was landed with ongoing or failed builds.Jul 29 2020, 10:24 AM
This revision was automatically updated to reflect the committed changes.

Thanks! Sometimes people add a [test] tag (e.g. [PGO][test]) to emphasize that a change is test only.