diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-08-29 18:49:41 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-08-29 18:49:41 +0000 |
| commit | abb02a35cf8bbe1d0cfb11fba9a94ff4de9dc652 (patch) | |
| tree | 65773b9d029d13b3abf2a995274b26aef83a8571 /llvm | |
| parent | dfb85155dce9dcf1ce18bc4ac2e0eb70b73ef92d (diff) | |
| download | bcm5719-llvm-abb02a35cf8bbe1d0cfb11fba9a94ff4de9dc652.tar.gz bcm5719-llvm-abb02a35cf8bbe1d0cfb11fba9a94ff4de9dc652.zip | |
Undo xfail.
llvm-svn: 29958
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll b/llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll index 3c2c31182c2..481f97b6a79 100644 --- a/llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll +++ b/llvm/test/Regression/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 } |

