aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vfcmp.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/vfcmp.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/vfcmp.ll')
-rw-r--r--test/CodeGen/X86/vfcmp.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/vfcmp.ll b/test/CodeGen/X86/vfcmp.ll
index cfec174..6179165 100644
--- a/test/CodeGen/X86/vfcmp.ll
+++ b/test/CodeGen/X86/vfcmp.ll
@@ -1,16 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
; PR2620
-define void @t(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
- vfcmp olt <2 x double> zeroinitializer, zeroinitializer ; <<2 x i64>>:1 [#uses=1]
- extractelement <2 x i64> %1, i32 1 ; <i64>:2 [#uses=1]
- lshr i64 %2, 63 ; <i64>:3 [#uses=1]
- trunc i64 %3 to i1 ; <i1>:4 [#uses=1]
- zext i1 %4 to i8 ; <i8>:5 [#uses=1]
- insertelement <2 x i8> zeroinitializer, i8 %5, i32 1 ; <<2 x i8>>:6 [#uses=1]
- store <2 x i8> %6, <2 x i8>* null
- ret void
-}
define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
%A = fcmp olt <2 x double> zeroinitializer, zeroinitializer ; <<2 x i64>>:1 [#uses=1]