summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store_op_load_fold2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-29 18:49:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-29 18:49:41 +0000
commitf3b7f6b9e4257474043d4aceef67ce70dfd7d651 (patch)
tree86bf2d5a9421c27b7d60f91083e2b533d7f24afc /test/CodeGen/X86/store_op_load_fold2.ll
parent780413d4622e3977227c8e11ef27ba53bdee0d94 (diff)
downloadllvm-f3b7f6b9e4257474043d4aceef67ce70dfd7d651.tar.gz
llvm-f3b7f6b9e4257474043d4aceef67ce70dfd7d651.tar.bz2
llvm-f3b7f6b9e4257474043d4aceef67ce70dfd7d651.tar.xz
Undo xfail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/store_op_load_fold2.ll')
-rw-r--r--test/CodeGen/X86/store_op_load_fold2.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold2.ll b/test/CodeGen/X86/store_op_load_fold2.ll
index 3c2c31182c..481f97b6a7 100644
--- a/test/CodeGen/X86/store_op_load_fold2.ll
+++ b/test/CodeGen/X86/store_op_load_fold2.ll
@@ -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 }