[InstSimplify] move icmp with constant tests to another file; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 23 Aug 2016 16:46:53 +0000 (16:46 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 23 Aug 2016 16:46:53 +0000 (16:46 +0000)
commit5c269d0b7aad7d8171a68b292ffeefcf1dc9c681
tree70b914e912c2d7dd95180ad8a7353115d3a2aac8
parent5f94b089e91c9345e7c558a291bf653e9499bf4b
[InstSimplify] move icmp with constant tests to another file; NFC

...because like the corresponding code, this is just too big to keep adding to.
And the next step is to add a vector version of each of these tests to show
missed folds.

Also, auto-generate CHECK lines and add comments for the tests that correspond to
the source code.

llvm-svn: 279530
llvm/test/Transforms/InstSimplify/compare.ll
llvm/test/Transforms/InstSimplify/icmp-constant.ll [new file with mode: 0644]