[PATCH] D14401: [PGO] Make indexed value profile data more compact and add structural definitions for the data format
David Li via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 8 21:02:24 PST 2015
davidxl updated this revision to Diff 39664.
davidxl added a comment.
Update the patch:
1. Add tags in doxygen comments
2. Move ValueProfData implementation from InstrProfReader.cpp to InstrProf.cpp as it is a shared structure between reader and writer.
http://reviews.llvm.org/D14401
Files:
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
unittests/ProfileData/InstrProfTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14401.39664.patch
Type: text/x-patch
Size: 27620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/a4d1407f/attachment.bin>
More information about the llvm-commits
mailing list