This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd3b149 Fix non-Windows build when inserting a move only type into a map new f22c11f Analysis pass to access profile summary info
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/Analysis/ProfileSummaryInfo.h | 111 ++++++++++++++++++++ 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 +- test/Analysis/ProfileSummary/basic.ll | 39 +++++++ 8 files changed, 320 insertions(+), 2 deletions(-) create mode 100644 include/llvm/Analysis/ProfileSummaryInfo.h create mode 100644 lib/Analysis/ProfileSummaryInfo.cpp create mode 100644 test/Analysis/ProfileSummary/basic.ll