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 | 454ac8961b243afa7c46fce9c28fb4c01650bb3e (patch) | |
tree | 254bc857305206c191f3faef4b0d9ae4dd37233e /test/CodeGen/X86 | |
parent | 907eebd5a6779e8539ef7bf63550a5b72de76ab2 (diff) | |
download | external_llvm-454ac8961b243afa7c46fce9c28fb4c01650bb3e.zip external_llvm-454ac8961b243afa7c46fce9c28fb4c01650bb3e.tar.gz external_llvm-454ac8961b243afa7c46fce9c28fb4c01650bb3e.tar.bz2 |
Revert 85799 for now. It might be breaking llvm-gcc driver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll b/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll index 721d4c9..0626d28 100644 --- a/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll +++ b/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] |