This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 452506a AMDGPU: Remove legacy export intrinsic new 9e52f8e [PGO] Memory intrinsic calls optimization based on profiled size
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: include/llvm/InitializePasses.h | 1 + include/llvm/LinkAllPasses.h | 1 + include/llvm/ProfileData/InstrProf.h | 4 + include/llvm/Transforms/InstrProfiling.h | 6 - include/llvm/Transforms/Instrumentation.h | 1 + include/llvm/Transforms/PGOInstrumentation.h | 10 + lib/Passes/PassRegistry.def | 1 + lib/ProfileData/InstrProf.cpp | 21 ++ lib/Transforms/IPO/PassManagerBuilder.cpp | 4 + .../Instrumentation/IndirectCallPromotion.cpp | 346 ++++++++++++++++++++- lib/Transforms/Instrumentation/InstrProfiling.cpp | 63 ++-- lib/Transforms/Instrumentation/Instrumentation.cpp | 1 + .../Instrumentation/PGOInstrumentation.cpp | 30 +- test/Transforms/PGOProfile/memop_size_opt.ll | 100 ++++++ 14 files changed, 528 insertions(+), 61 deletions(-) create mode 100644 test/Transforms/PGOProfile/memop_size_opt.ll