This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbb88f14e21 [NFC][InstCombine] Add unary FNeg tests to fcmp.ll new 34b6df0acd0 [PPC] Correctly adjust branch probability in PPCReduceCRLogicals
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/Support/BranchProbability.h | 13 +++++ lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 41 ++++++++++++-- test/CodeGen/PowerPC/reduce_cr.ll | 88 ++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/select-i1-vs-i1.ll | 2 +- 4 files changed, 137 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/PowerPC/reduce_cr.ll