This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a72c575251 [Go] Subtypes function new 436ad280cc1 [BPI] Don't assume that strcmp returning >0 is more likely than <0 new 07d368ef580 [ARM] GlobalISel: Add more tests. NFC
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/BranchProbabilityInfo.h | 11 +- include/llvm/Analysis/LazyBranchProbabilityInfo.h | 9 +- lib/Analysis/BranchProbabilityInfo.cpp | 47 +++- lib/Analysis/LazyBranchProbabilityInfo.cpp | 8 +- lib/Transforms/Scalar/JumpThreading.cpp | 4 +- .../Analysis/BranchProbabilityInfo/libfunc_call.ll | 264 +++++++++++++++++++++ .../GlobalISel/arm-instruction-select-combos.mir | 149 ++++++++++++ 7 files changed, 476 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/BranchProbabilityInfo/libfunc_call.ll create mode 100644 test/CodeGen/ARM/GlobalISel/arm-instruction-select-combos.mir