diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-08 00:49:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-08 00:49:35 +0000 |
commit | 04bf64d43ce819d45484d160a18f794044269431 (patch) | |
tree | 9a608f31e11733bd70094f219399267b179f266d /llvm/test/CodeGen/X86/vec_compare.ll | |
parent | dc84b31d94d3a6b2ce5efb3e3235bfe5002abbe6 (diff) | |
download | bcm5719-llvm-04bf64d43ce819d45484d160a18f794044269431.tar.gz bcm5719-llvm-04bf64d43ce819d45484d160a18f794044269431.zip |
eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.
llvm-svn: 74980
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_compare.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_compare.ll | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/vec_compare.ll b/llvm/test/CodeGen/X86/vec_compare.ll index 74e34d0202d..42a3c2a8020 100644 --- a/llvm/test/CodeGen/X86/vec_compare.ll +++ b/llvm/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 { |