aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_set-5.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-15 03:00:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-15 03:00:47 +0000
commit7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb (patch)
tree606265dd9805e5c0a9cc8b99a8a94df2bb628f25 /test/CodeGen/X86/vec_set-5.ll
parent1d0ba370996d34c351c95414fc2d130e04ae21d1 (diff)
downloadexternal_llvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.zip
external_llvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.tar.gz
external_llvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.tar.bz2
Make better use of instructions that clear high bits; fix various 2-wide shuffle bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_set-5.ll')
-rw-r--r--test/CodeGen/X86/vec_set-5.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_set-5.ll b/test/CodeGen/X86/vec_set-5.ll
index cf3ac4c..515b308 100644
--- a/test/CodeGen/X86/vec_set-5.ll
+++ b/test/CodeGen/X86/vec_set-5.ll
@@ -1,7 +1,8 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -o %t -f
-; RUN: grep movlhps %t | count 2
+; RUN: grep movlhps %t | count 1
; RUN: grep unpcklps %t | count 1
; RUN: grep punpckldq %t | count 1
+; RUN: grep movq %t | count 1
<4 x float> %test1(float %a, float %b) {
%tmp = insertelement <4 x float> zeroinitializer, float %a, uint 0