This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2c97e63cc4 [PGO] Better handling of profile hash mismatch new c932a25d56d [cmake] Fix dependency issue in TableGen new 1bcb288c209 [ConstantRangeTest] Fix typos in test names; NFC new d6ce6ef4db6 [ConstantRange] Add unsignedMulMayOverflow() new 6eda2da8e56 [CVP] Generate full test checks for overflows.ll; 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: cmake/modules/TableGen.cmake | 3 +- include/llvm/IR/ConstantRange.h | 3 + lib/IR/ConstantRange.cpp | 20 ++ .../CorrelatedValuePropagation/overflows.ll | 291 +++++++++++++++++++-- unittests/IR/ConstantRangeTest.cpp | 20 +- 5 files changed, 316 insertions(+), 21 deletions(-)