aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_compare.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-08 00:49:35 +0000
committerChris Lattner <sabre@nondot.org>2009-07-08 00:49:35 +0000
commita47d9669b71a8758fe1690cb9b5047b2e99e2621 (patch)
tree92e65ea279b22c27daf28adfe9b19d8a47f20c11 /test/CodeGen/X86/vec_compare.ll
parentb2773e1adaee4a61b64ccbfa26c5ed9d8687d83b (diff)
downloadexternal_llvm-a47d9669b71a8758fe1690cb9b5047b2e99e2621.zip
external_llvm-a47d9669b71a8758fe1690cb9b5047b2e99e2621.tar.gz
external_llvm-a47d9669b71a8758fe1690cb9b5047b2e99e2621.tar.bz2
eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_compare.ll')
-rw-r--r--test/CodeGen/X86/vec_compare.ll7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/CodeGen/X86/vec_compare.ll b/test/CodeGen/X86/vec_compare.ll
index 74e34d0..42a3c2a 100644
--- a/test/CodeGen/X86/vec_compare.ll
+++ b/test/CodeGen/X86/vec_compare.ll
@@ -1,9 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep pcmpgtd | count 2
-
-define <4 x i32> @test(<4 x i32> %A, <4 x i32> %B) nounwind {
- %C = vicmp sgt <4 x i32> %A, %B
- ret <4 x i32> %C
-}
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep pcmpgtd
define <4 x i32> @test2(<4 x i32> %A, <4 x i32> %B) nounwind {