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:
4447934
)
Fixes tests and remove xfail.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 16 Apr 2007 20:04:11 +0000
(20:04 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 16 Apr 2007 20:04:11 +0000
(20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36152
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/sse-load-ret.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/sse-load-ret.ll
b/test/CodeGen/X86/sse-load-ret.ll
index 4777e0f551fb47c27118d6e511e84b538f870764..c82f4fc81c46453d6204111b4b52e4f7b24554d4 100644
(file)
--- a/
test/CodeGen/X86/sse-load-ret.ll
+++ b/
test/CodeGen/X86/sse-load-ret.ll
@@
-1,8
+1,7
@@
; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN: llc -march=x86 -mcpu=yonah
-enable-x86-sse
| not grep movss
+; RUN: llc -march=x86 -mcpu=yonah | not grep movss
; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep xmm
-; XFAIL: *
+; RUN: llc -march=x86 -mcpu=yonah | not grep xmm
double %test1(double *%P) {
%X = load double* %P