projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6be110
)
Yonah does not support x86-64. Change the -mcpu value to one that does.
author
Dan Gohman
<gohman@apple.com>
Mon, 2 Feb 2009 22:50:08 +0000
(22:50 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 2 Feb 2009 22:50:08 +0000
(22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63561
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/extractelement-load.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/extractelement-load.ll
b/test/CodeGen/X86/extractelement-load.ll
index 4850eba609289e40c44ef7e849b9ea41eea67360..601690ef7cabb04b0f13f7681f0387b01f51bba0 100644
(file)
--- a/
test/CodeGen/X86/extractelement-load.ll
+++ b/
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]