[PATCH] D28965: [PGO] Value profile for size of memory intrinsic calls

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 10:24:34 PST 2017


xur updated this revision to Diff 90506.
xur marked an inline comment as done.
xur added a comment.

Updated the patch according on David's review comments.


https://reviews.llvm.org/D28965

Files:
  docs/CommandGuide/llvm-profdata.rst
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfData.inc
  include/llvm/Transforms/InstrProfiling.h
  lib/ProfileData/InstrProfReader.cpp
  lib/Transforms/Instrumentation/InstrProfiling.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Instrumentation/InstrProfiling/PR23499.ll
  test/Instrumentation/InstrProfiling/icall.ll
  test/Transforms/PGOProfile/comdat_internal.ll
  test/Transforms/PGOProfile/memcpy.ll
  test/tools/llvm-profdata/memop-size-prof.proftext
  test/tools/llvm-profdata/value-prof.proftext
  tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28965.90506.patch
Type: text/x-patch
Size: 33885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170303/4bfff7e7/attachment.bin>


More information about the llvm-commits mailing list