[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll
Evan Cheng
evan.cheng at apple.com
Tue Aug 29 11:49:55 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
store_op_load_fold2.ll updated: 1.2 -> 1.3
---
Log message:
Undo xfail.
---
Diffs of the changes: (+1 -5)
store_op_load_fold2.ll | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll
diff -u llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.2 llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.3
--- llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll:1.2 Mon Jul 24 02:37:33 2006
+++ llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll Tue Aug 29 13:49:41 2006
@@ -1,8 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'and DWORD PTR' | wc -l | grep 1
-;
-; FIXME: The number of (store (and (load ..) ..) ..) really should be 2. But the current hack
-; only allow one of the folding to happen.
-; XFAIL: *
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'and DWORD PTR' | wc -l | grep 2
%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