This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05c71a9ebe5 [X86][X87] Tag FCMOV instruction scheduler classes new 0e19a2ac5cd [ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion. new 2bfaf4d2f2a [CVP] Remove some {s|u}sub.with.overflow checks.
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/IR/ConstantRange.h | 10 +- lib/IR/ConstantRange.cpp | 80 +++++++----- .../Scalar/CorrelatedValuePropagation.cpp | 25 ++-- .../CorrelatedValuePropagation/overflows.ll | 13 +- unittests/IR/ConstantRangeTest.cpp | 139 +++++++++++++++++++++ 5 files changed, 221 insertions(+), 46 deletions(-)