This test assumes no SSE4.1.

llvm-svn: 47017
This commit is contained in:
Evan Cheng 2008-02-12 19:11:08 +00:00
parent f225dffd4d
commit 3069a26f63
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep {shufps \$3, %xmm0, %xmm0}
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2,-sse41 | grep {shufps \$3, %xmm0, %xmm0}
define float @foo(<8 x float> %a) {
%c = extractelement <8 x float> %a, i32 3