This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17bbea1 [ELFRelocs] Other architectures do not have *_NUM reloc. new e1a7791 [gold-plugin] Remove dead assignment. NFC. new 3ac68db [ValueTracking] Improve isImpliedCondition when the dominatin [...]
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/ValueTracking.h | 9 +- lib/Analysis/ValueTracking.cpp | 9 +- lib/Transforms/Scalar/JumpThreading.cpp | 7 +- lib/Transforms/Utils/SimplifyCFG.cpp | 8 +- test/Transforms/JumpThreading/implied-cond.ll | 50 +++ .../implied-cond-matching-false-dest.ll | 339 +++++++++++++++++++++ tools/gold/gold-plugin.cpp | 1 - 7 files changed, 409 insertions(+), 14 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching-false-dest.ll