[InstCombine] add tests for smin+icmp; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 7 Dec 2016 18:56:55 +0000 (18:56 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 7 Dec 2016 18:56:55 +0000 (18:56 +0000)
commit964c735f863be1e04dcbd6cdc0881772e3c0bb64
treef00427a90e760da6565e71ddec89aa8421b1eaf4
parentdf11f53b67e0a9b1e93d6533e0c11c6fd5f842f9
[InstCombine] add tests for smin+icmp; NFC

The tests that already work are folded in InstSimplify, so those
tests should be redundant and we can remove them if they don't
seem worthwhile for completeness.

llvm-svn: 288957
llvm/test/Transforms/InstCombine/smin-icmp.ll [new file with mode: 0644]