This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9dfccd2 [esan|wset] Optionally assume intra-cache-line accesses new 7ef349f Reapply r271728 after adding move cobstructor for ProfileSummaryInfo new 8b27d7b [pgo] extend r271532 to darwin platform
The 2 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/Analysis/ProfileSummaryInfo.h | 113 +++++++++++++++ include/llvm/InitializePasses.h | 1 + lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/ProfileSummaryInfo.cpp | 161 ++++++++++++++++++++++ lib/IR/ProfileSummary.cpp | 2 + lib/Passes/PassBuilder.cpp | 3 +- lib/Passes/PassRegistry.def | 4 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 8 +- test/Analysis/ProfileSummary/basic.ll | 39 ++++++ 9 files changed, 326 insertions(+), 6 deletions(-) create mode 100644 include/llvm/Analysis/ProfileSummaryInfo.h create mode 100644 lib/Analysis/ProfileSummaryInfo.cpp create mode 100644 test/Analysis/ProfileSummary/basic.ll