This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 341096a [Hexagon] Handle operand type differences for A2_tfrpi new a2d385e [ValueTracking] Improve isImpliedCondition for matching LHS a [...]
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: lib/Analysis/ValueTracking.cpp | 29 +++++ test/CodeGen/AArch64/addsub.ll | 8 +- test/CodeGen/AArch64/combine-comparisons-by-cse.ll | 8 +- test/Transforms/InstCombine/select-implied.ll | 20 +++- .../SimplifyCFG/implied-cond-matching-imm.ll | 123 +++++++++++++++++++++ 5 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching-imm.ll