Try SSE2?

llvm-svn: 68423
This commit is contained in:
Nick Lewycky 2009-04-04 10:24:24 +00:00
parent a97e687848
commit 811a7377b0

View 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