This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18d3f58 [Orc] Add pthread dependence to the RPCUtilsTest unit test. new 2974be9 [ValueTracking] Improve isImpliedCondition for conditions wit [...]
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/ValueTracking.h | 14 +- lib/Analysis/InstructionSimplify.cpp | 18 +- lib/Analysis/ValueTracking.cpp | 104 ++++- lib/Transforms/Scalar/JumpThreading.cpp | 7 +- lib/Transforms/Utils/SimplifyCFG.cpp | 8 +- test/Transforms/JumpThreading/implied-cond.ll | 29 ++ .../SimplifyCFG/implied-cond-matching.ll | 478 +++++++++++++++++++++ 7 files changed, 636 insertions(+), 22 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching.ll