]> granicus.if.org Git - llvm/commit
[InstSimplify] add/move tests for (icmp X, C1 & icmp X, C2); NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 17 Apr 2017 20:38:33 +0000 (20:38 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 17 Apr 2017 20:38:33 +0000 (20:38 +0000)
commit4aa15d3d3345fc9d35df79e54ddd92023e84304c
treed2a91d23205475d044149e6c6ebd3b659867213e
parent9fc2ff7f340d0df4eadee924b63e25ecd992c071
[InstSimplify] add/move tests for (icmp X, C1 & icmp X, C2); NFC

We simplify based on range intersection, but we're missing folds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300493 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/icmp-ranges.ll [new file with mode: 0644]