[llvm-commits] CVS: llvm/test/CodeGen/X86/sse-load-ret.ll

Evan Cheng evan.cheng at apple.com
Mon Apr 16 13:04:32 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

sse-load-ret.ll updated: 1.3 -> 1.4
---
Log message:

Fixes tests and remove xfail.

---
Diffs of the changes:  (+2 -3)

 sse-load-ret.ll |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Index: llvm/test/CodeGen/X86/sse-load-ret.ll
diff -u llvm/test/CodeGen/X86/sse-load-ret.ll:1.3 llvm/test/CodeGen/X86/sse-load-ret.ll:1.4
--- llvm/test/CodeGen/X86/sse-load-ret.ll:1.3	Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/X86/sse-load-ret.ll	Mon Apr 16 15:04:11 2007
@@ -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






More information about the llvm-commits mailing list