]> granicus.if.org Git - llvm/commit
[NFC][InstCombine] Overhaul 'unsigned add overflow' tests, ensure that all 3 patterns...
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 5 Sep 2019 19:13:15 +0000 (19:13 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 5 Sep 2019 19:13:15 +0000 (19:13 +0000)
commitfd8280fc36816232eb498f00a08d0235d885e78f
treed91f1dc6d7e07d1a1aa1a69ad1732e223324a349
parentb07543ff6e9edf0cddc03c51dd9b386aeb81f9d4
[NFC][InstCombine] Overhaul 'unsigned add overflow' tests, ensure that all 3 patterns have full test coverage

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371108 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-add.ll [new file with mode: 0644]
test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-xor.ll [new file with mode: 0644]
test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check.ll
test/Transforms/InstCombine/unsigned-add-overflow-check-via-add.ll [new file with mode: 0644]
test/Transforms/InstCombine/unsigned-add-overflow-check-via-xor.ll [new file with mode: 0644]
test/Transforms/InstCombine/unsigned-add-overflow-check.ll