This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Unify VP data format between raw and indexed profile (part-1)
ClosedPublic

Authored by davidxl on Nov 29 2015, 9:49 AM.

Details

Summary

With the latest refactoring and code sharing patches landed, now it is possible to unify the value profile implementation between raw and indexed profile. This is the patch in raw profile reader that uses the common interface. compiler-rt has another patch to enable the emission of raw profile in new format.

Diff Detail

Repository
rL LLVM

Event Timeline

davidxl updated this revision to Diff 41351.Nov 29 2015, 9:49 AM
davidxl retitled this revision from to [PGO] Unify VP data format between raw and indexed profile (part-1).
davidxl updated this object.
davidxl added a reviewer: betulb.
davidxl added a subscriber: llvm-commits.
davidxl added a reviewer: vsk.Dec 1 2015, 4:12 PM

update reviewer list.

vsk edited edge metadata.Dec 1 2015, 5:18 PM

I saw this earlier and liked the cleanup. Lgtm with Betul's ok!

This revision was automatically updated to reflect the committed changes.