[PATCH] Add profile writing capabilities for sampling profiles.

Diego Novillo dnovillo at google.com
Mon Oct 27 17:49:20 PDT 2014


Address review feedback.

1- Use ErrorOr in readNumber/readString.
2- Remove local debugging code.
3- Other minor fixes.

http://reviews.llvm.org/D6000

Files:
  include/llvm/ProfileData/SampleProf.h
  include/llvm/ProfileData/SampleProfReader.h
  include/llvm/ProfileData/SampleProfWriter.h
  lib/ProfileData/CMakeLists.txt
  lib/ProfileData/SampleProf.cpp
  lib/ProfileData/SampleProfReader.cpp
  lib/ProfileData/SampleProfWriter.cpp
  lib/Transforms/Scalar/SampleProfile.cpp
  test/Transforms/SampleProfile/Inputs/fnptr.binprof
  test/Transforms/SampleProfile/Inputs/fnptr.prof
  test/Transforms/SampleProfile/fnptr.ll
  test/Transforms/SampleProfile/syntax.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6000.15511.patch
Type: text/x-patch
Size: 47113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141028/9f3485dc/attachment.bin>


More information about the llvm-commits mailing list