OSDN Git Service

Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
authorRong Xu <xur@google.com>
Thu, 16 Mar 2017 21:15:48 +0000 (21:15 +0000)
committerRong Xu <xur@google.com>
Thu, 16 Mar 2017 21:15:48 +0000 (21:15 +0000)
commit6f00c7bc4d3e17654a0692e8bbad5fd6b1cc3d17
tree35f2735db8bc8369ad36ba91bd0ab90709c97c86
parentb70598b6c68514ad181960cfccc90ce4db583264
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls

R297897 inadvertently enabled annotation for memop profiling. This new patch
fixed it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297996 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-profdata.rst
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/Transforms/InstrProfiling.h
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
tools/llvm-profdata/llvm-profdata.cpp