summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-04 10:24:24 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-04 10:24:24 +0000
commit4717538b1cf5591b2da147450fa224fa2cf6668e (patch)
tree77270f24341f2dab04e7a7a8b5f4cf263c1dec2b /llvm/test/CodeGen/X86/dagcombine-buildvector.ll
parentb294e31e8348a941277b4c61651d260502c8c72c (diff)
downloadbcm5719-llvm-4717538b1cf5591b2da147450fa224fa2cf6668e.tar.gz
bcm5719-llvm-4717538b1cf5591b2da147450fa224fa2cf6668e.zip
Try SSE2?
llvm-svn: 68423
Diffstat (limited to 'llvm/test/CodeGen/X86/dagcombine-buildvector.ll')
-rw-r--r--llvm/test/CodeGen/X86/dagcombine-buildvector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dagcombine-buildvector.ll b/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
index 2a4e54fbccf..c89a296d0db 100644
--- a/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
+++ b/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
; RUN: grep unpcklpd %t | count 1
; RUN: grep movapd %t | count 1
OpenPOWER on IntegriCloud