This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d774ebe47bb Docs: Move Documentation sections to separate pages. new 8451b2e55fa [TextAPI] update interface file for filtered iter new daf74d92cf1 [InstCombine][NFC] Tests for 'unsigned add overflow' check new 80a5702b83e [InstCombine][NFC] Tests for 'unsigned sub overflow' check new a6c7a7dd8d7 [InstCombine] foldICmpBinOp(): consider inverted check in ' [...] new 38612e97686 [InstCombine] foldICmpBinOp(): consider inverted check in ' [...]
The 5 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/TextAPI/MachO/InterfaceFile.h | 93 +++------- lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +-- .../unsigned-add-lack-of-overflow-check.ll | 199 +++++++++++++++++++++ .../InstCombine/unsigned-add-overflow-check.ll | 199 +++++++++++++++++++++ .../unsigned-sub-lack-of-overflow-check.ll | 155 ++++++++++++++++ .../InstCombine/unsigned-sub-overflow-check.ll | 155 ++++++++++++++++ 6 files changed, 741 insertions(+), 81 deletions(-) create mode 100644 test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check.ll create mode 100644 test/Transforms/InstCombine/unsigned-add-overflow-check.ll create mode 100644 test/Transforms/InstCombine/unsigned-sub-lack-of-overflow-check.ll create mode 100644 test/Transforms/InstCombine/unsigned-sub-overflow-check.ll