This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Guard the memcmp/bcmp size value profiling instrumentation behind flag.
ClosedPublic

Authored by hjyamauchi on May 27 2020, 10:18 AM.

Details

Summary

Follow up D79751 and put the instrumentation / value collection side (in
addition to the optimization side) behind the flag as well.

Diff Detail

Event Timeline

hjyamauchi created this revision.May 27 2020, 10:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 10:18 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.May 27 2020, 10:58 AM
This revision was automatically updated to reflect the committed changes.