From e862b3dd96a033e88b9d60f2fcecfa656a0405f0 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 2 Feb 2009 22:50:08 +0000 Subject: [PATCH] Yonah does not support x86-64. Change the -mcpu value to one that does. llvm-svn: 63561 --- llvm/test/CodeGen/X86/extractelement-load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/extractelement-load.ll b/llvm/test/CodeGen/X86/extractelement-load.ll index 4850eba60928..601690ef7cab 100644 --- a/llvm/test/CodeGen/X86/extractelement-load.ll +++ b/llvm/test/CodeGen/X86/extractelement-load.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as %s -o - | llc -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd -; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=yonah | not grep movd +; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd define i32 @t(<2 x i64>* %val) nounwind { %tmp2 = load <2 x i64>* %val, align 16 ; <<2 x i64>> [#uses=1]