This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Bump the indexed profile format version
ClosedPublic

Authored by vsk on Oct 30 2017, 7:51 PM.

Details

Summary

Along with D39446, this will make it possible to update the stable PGO hash. No existing profiles are invalidated.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk created this revision.Oct 30 2017, 7:51 PM
davidxl added inline comments.Oct 30 2017, 8:28 PM
include/llvm/ProfileData/InstrProf.h
862 ↗(On Diff #120928)

This only applies to FE instrumentation hashing. Can you make it clearer?

vsk updated this revision to Diff 121228.Nov 1 2017, 6:22 PM
vsk marked an inline comment as done.
  • Clarify comment.
davidxl accepted this revision.Nov 1 2017, 9:12 PM

lgtm

This revision is now accepted and ready to land.Nov 1 2017, 9:12 PM
This revision was automatically updated to reflect the committed changes.