[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll
Evan Cheng
evan.cheng at apple.com
Mon Jul 24 00:37:45 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
store_op_load_fold2.ll updated: 1.1 -> 1.2
---
Log message:
XFAIL for now.
---
Diffs of the changes: (+1 -0)
store_op_load_fold2.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll
diff -u llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.1 llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.2
--- llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.1 Thu Mar 9 13:04:30 2006
+++ llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll Mon Jul 24 02:37:33 2006
@@ -2,6 +2,7 @@
;
; FIXME: The number of (store (and (load ..) ..) ..) really should be 2. But the current hack
; only allow one of the folding to happen.
+; XFAIL: *
%struct.Macroblock = type { int, int, int, int, int, [8 x int], %struct.Macroblock*, %struct.Macroblock*, int, [2 x [4 x [4 x [2 x int]]]], [16 x sbyte], [16 x sbyte], int, long, [4 x int], [4 x int], long, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, short, double, int, int, int, int, int, int, int, int, int }
More information about the llvm-commits
mailing list