This is an archive of the discontinued LLVM Phabricator instance.

[PGO][test] Add test to check memops changes function hash
ClosedPublic

Authored by hjyamauchi on Jul 30 2020, 10:22 AM.

Diff Detail

Event Timeline

hjyamauchi created this revision.Jul 30 2020, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2020, 10:22 AM
hjyamauchi requested review of this revision.Jul 30 2020, 10:22 AM

I think the test should use profile-gen option to compare generated hash of otherwise identical functions (except for memop).

Address comment. Use -pgo-instr-gen.

I think the test should use profile-gen option to compare generated hash of otherwise identical functions (except for memop).

Done.

This revision is now accepted and ready to land.Jul 30 2020, 11:38 AM
This revision was landed with ongoing or failed builds.Jul 31 2020, 9:43 AM
This revision was automatically updated to reflect the committed changes.