This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 539fec5 AMDGPU/SI: Don't handle a loop if there is no loop at all for [...] new b17a45c [BPI] Add new LazyBPI analysis
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/LazyBlockFrequencyInfo.h | 13 +-- include/llvm/Analysis/LazyBranchProbabilityInfo.h | 109 +++++++++++++++++++++ include/llvm/InitializePasses.h | 1 + lib/Analysis/Analysis.cpp | 1 + lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/LazyBlockFrequencyInfo.cpp | 15 ++- lib/Analysis/LazyBranchProbabilityInfo.cpp | 63 ++++++++++++ test/Analysis/BranchProbabilityInfo/basic.ll | 1 + .../diagnostics-with-hotness-lazy-BFI.ll | 14 ++- 9 files changed, 200 insertions(+), 18 deletions(-) create mode 100644 include/llvm/Analysis/LazyBranchProbabilityInfo.h create mode 100644 lib/Analysis/LazyBranchProbabilityInfo.cpp