This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d337902ecb [X86] Use int64_t and isInt<N> instead of APInt operations [...] new 360d0ef4980 [InstCombine] Remove redundant/bogus mul_with_overflow combines new d8edeb6f892 [ConstantRange] Disallow NUW | NSW in makeGuaranteedNoWrapRegion() new b0cf9ee322f [CVP] Add tests for range of with.overflow result; NFC
The 3 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 | 14 +- lib/IR/ConstantRange.cpp | 32 ++- lib/Transforms/InstCombine/InstCombineCompares.cpp | 8 - .../overflow_predicate.ll | 252 +++++++++++++++++++++ unittests/IR/ConstantRangeTest.cpp | 106 --------- 5 files changed, 268 insertions(+), 144 deletions(-)