This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 247b7e930a9 [DAGCombine] (x - C) - y -> (x - y) - C fold new 815d4b098ce [IR] Add SaturatingInst and BinaryOpIntrinsic classes new 49cc96a66c1 [ValueTracking][ConstantRange] Distinguish low/high always [...]
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 | 11 +++- include/llvm/IR/ConstantRange.h | 11 +++- include/llvm/IR/IntrinsicInst.h | 49 +++++++++++++++- lib/Analysis/ValueTracking.cpp | 6 +- lib/IR/ConstantRange.cpp | 18 +++--- lib/IR/IntrinsicInst.cpp | 12 +++- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +- unittests/IR/ConstantRangeTest.cpp | 65 ++++++++++++++-------- 9 files changed, 136 insertions(+), 43 deletions(-)