xfail these tests, whcih require more info in the code generator to implement
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 19:01:33 +0000 (19:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 19:01:33 +0000 (19:01 +0000)
correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19257 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/overlap-add.ll
test/CodeGen/X86/overlap-shift.ll

index 7fd99fe93c89bdaa14e0e6eb2f4bf6056e46779d..0a078be710caae3bf1190eed6025bc89969ec0a9 100644 (file)
@@ -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 cf5e8976326616865db87157873e7bc18679b41b..799768dfd7333341e5a308d548b9370146526380 100644 (file)
@@ -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) {