]> granicus.if.org Git - llvm/commit
[InstCombine] Add tests for add nuw + uaddo; NFC
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Mar 2019 21:35:09 +0000 (21:35 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Mar 2019 21:35:09 +0000 (21:35 +0000)
commit84930c470b4a746807c28d25b414ba8d485f46a8
tree6b0f8dd65925584a399a7620b9b0e0a016fbe206
parentca0ea067ee021147d76f73a44d849c4b67cd7c34
[InstCombine] Add tests for add nuw + uaddo; NFC

Baseline tests for D59471 (InstCombine of `add nuw` and `uaddo` with
constants).

Patch by Dan Robertson.

Differential Revision: https://reviews.llvm.org/D59472

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356414 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/uadd-with-overflow.ll [new file with mode: 0644]