diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-11-02 21:49:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-02 21:49:14 +0000 |
| commit | a8a58efc034d75fd8435a2a86ab892c1ce74ce62 (patch) | |
| tree | fc48be8e60afb950f4df7d01938a53ea8b7c1b2c /llvm/test/CodeGen | |
| parent | 3fab58d8679e4b9c11e664748a5c7238a0fe4800 (diff) | |
| download | bcm5719-llvm-a8a58efc034d75fd8435a2a86ab892c1ce74ce62.tar.gz bcm5719-llvm-a8a58efc034d75fd8435a2a86ab892c1ce74ce62.zip | |
Revert 85799 for now. It might be breaking llvm-gcc driver.
llvm-svn: 85827
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/remat.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/ARM/remat.ll b/llvm/test/CodeGen/ARM/remat.ll index 50da997ed46..ba9699efd59 100644 --- a/llvm/test/CodeGen/ARM/remat.ll +++ b/llvm/test/CodeGen/ARM/remat.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=arm-apple-darwin -; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 5 +; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 4 %struct.CONTENTBOX = type { i32, i32, i32, i32, i32 } %struct.LOCBOX = type { i32, i32, i32, i32 } diff --git a/llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll b/llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll index 721d4c945b1..0626d28eefe 100644 --- a/llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll +++ b/llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll @@ -1,5 +1,6 @@ -; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -; Increment in loop bb.i28.i adjusted to 2, to prevent loop reversal from +; RUN: llc < %s -march=x86 -mattr=+sse2 -stats |& \ +; RUN: grep {1 .*folded into instructions} +; Increment in loop bb.128.i adjusted to 2, to prevent loop reversal from ; kicking in. declare fastcc void @rdft(i32, i32, double*, i32*, double*) @@ -33,9 +34,6 @@ cond_next36.i: ; preds = %cond_next.i br label %bb.i28.i bb.i28.i: ; preds = %bb.i28.i, %cond_next36.i -; CHECK: %bb.i28.i -; CHECK: addl $2 -; CHECK: addl $2 %j.0.reg2mem.0.i16.i = phi i32 [ 0, %cond_next36.i ], [ %indvar.next39.i, %bb.i28.i ] ; <i32> [#uses=2] %din_addr.1.reg2mem.0.i17.i = phi double [ 0.000000e+00, %cond_next36.i ], [ %tmp16.i25.i, %bb.i28.i ] ; <double> [#uses=1] %tmp1.i18.i = fptosi double %din_addr.1.reg2mem.0.i17.i to i32 ; <i32> [#uses=2] |

