This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfc681fbdbd [Tests] Checkin a test demonstrating a miscompile so that p [...] new 6c48db93600 [KnownBits] Add computeForAddCarry() new 18746175864 [CVP] Set NSW/NUW flags when simplifying with.overflow
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/Support/KnownBits.h | 4 + lib/Support/KnownBits.cpp | 43 +++++-- .../Scalar/CorrelatedValuePropagation.cpp | 8 +- .../CorrelatedValuePropagation/overflows.ll | 26 ++--- unittests/Support/CMakeLists.txt | 1 + unittests/Support/KnownBitsTest.cpp | 130 +++++++++++++++++++++ 6 files changed, 185 insertions(+), 27 deletions(-) create mode 100644 unittests/Support/KnownBitsTest.cpp