Try SSE2?
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Apr 2009 10:24:24 +0000 (10:24 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Apr 2009 10:24:24 +0000 (10:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68423 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dagcombine-buildvector.ll

index 2a4e54fbccf6f08fff7007137523beaee3452734..c89a296d0db9630181503d069d8941b26a359325 100644 (file)
@@ -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