Skip to content

Commit e862b3d

Browse files
author
Dan Gohman
committed
Yonah does not support x86-64. Change the -mcpu value to one that does.
llvm-svn: 63561
1 parent b5dd922 commit e862b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/extractelement-load.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as %s -o - | llc -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd
2-
; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=yonah | not grep movd
2+
; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd
33

44
define i32 @t(<2 x i64>* %val) nounwind {
55
%tmp2 = load <2 x i64>* %val, align 16 ; <<2 x i64>> [#uses=1]

0 commit comments

Comments
 (0)