OSDN Git Service

[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)
commitd09e4ee68ae6b18075c0fcccc698c1f0f1029091
tree6124be612c791f754f35fe7e41912bfe5af57f51
parent0504d91b0050c6d25747b5e254d3b3c25d02945a
[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.

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