This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d17dee5 COFF: Fix short import lib import name type bitshift new ca07d00 [SCEV] Remove commented out code; NFC new 4e4cf39 [ConstantRange] Make getEquivalentICmp smarter new afbfbca [SCEV] Rely on ConstantRange instead of custom logic; NFCI new f6a95d4 Remove duplicated code; NFC
The 4 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/IR/Instructions.h | 4 - lib/Analysis/InstructionSimplify.cpp | 2 +- lib/Analysis/LazyValueInfo.cpp | 4 +- lib/Analysis/ScalarEvolution.cpp | 184 ++++++--------------- lib/IR/ConstantRange.cpp | 8 + lib/IR/Instructions.cpp | 63 ------- lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +- unittests/IR/ConstantRangeTest.cpp | 31 ++++ 8 files changed, 99 insertions(+), 200 deletions(-)