This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e822046 Second attempt for fix Hexagon buildbot by moving test to under X86/ new 670b422 [PGO] Value profile for size of memory intrinsic calls
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-profdata.rst | 4 + include/llvm/ProfileData/InstrProf.h | 8 ++ include/llvm/ProfileData/InstrProfData.inc | 17 ++++- include/llvm/Transforms/InstrProfiling.h | 11 +++ lib/Transforms/Instrumentation/InstrProfiling.cpp | 87 +++++++++++++++++++--- .../Instrumentation/PGOInstrumentation.cpp | 84 ++++++++++++++++++++- test/Instrumentation/InstrProfiling/PR23499.ll | 4 +- test/Instrumentation/InstrProfiling/icall.ll | 6 +- test/Transforms/PGOProfile/comdat_internal.ll | 4 +- tools/llvm-profdata/llvm-profdata.cpp | 39 ++++++++-- 10 files changed, 236 insertions(+), 28 deletions(-)