[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/overlap-add.ll overlap-shift.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 2 11:01:48 PST 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
overlap-add.ll updated: 1.1 -> 1.2
overlap-shift.ll updated: 1.1 -> 1.2
---
Log message:
xfail these tests, whcih require more info in the code generator to implement
correctly.
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Regression/CodeGen/X86/overlap-add.ll
diff -u llvm/test/Regression/CodeGen/X86/overlap-add.ll:1.1 llvm/test/Regression/CodeGen/X86/overlap-add.ll:1.2
--- llvm/test/Regression/CodeGen/X86/overlap-add.ll:1.1 Sat Jan 1 20:30:04 2005
+++ llvm/test/Regression/CodeGen/X86/overlap-add.ll Sun Jan 2 13:01:33 2005
@@ -8,6 +8,9 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
+; FIXME: We need live variable information about flags to do this xform safely. :(
+; XFAIL: *
+
%G = external global int
int %test1(int %X, int %Y) {
Index: llvm/test/Regression/CodeGen/X86/overlap-shift.ll
diff -u llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.1 llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.2
--- llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.1 Sat Jan 1 20:30:04 2005
+++ llvm/test/Regression/CodeGen/X86/overlap-shift.ll Sun Jan 2 13:01:33 2005
@@ -8,6 +8,9 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
+; FIXME: We need live variable information about flags to do this xform safely. :(
+; XFAIL: *
+
%G = external global int
int %test1(int %X) {
More information about the llvm-commits
mailing list