Re: [llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Evan Cheng
Fixed. Evan On Jan 31, 2007, at 3:23 PM, Evan Cheng wrote: > I think it's long.ll, right? I am on it now. > > Evan > > On Jan 31, 2007, at 2:41 PM, Reid Spencer wrote: > >> Evan / Lauro, >> >> I don't know what the issue is, but test/CodeGen/ARM/large- >> stack.ll is >> failing and going into an

Re: [llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Evan Cheng
I think it's long.ll, right? I am on it now. Evan On Jan 31, 2007, at 2:41 PM, Reid Spencer wrote: > Evan / Lauro, > > I don't know what the issue is, but test/CodeGen/ARM/large-stack.ll is > failing and going into an infinite busy loop in llc. This is > preventing > the dejagnu test suite fro

Re: [llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Lauro Ramos Venancio
large-stack.ll is falling, but the infinite loop occurs compiling function f3 of long.ll with -enable-thumb. Lauro 2007/1/31, Reid Spencer <[EMAIL PROTECTED]>: > Evan / Lauro, > > I don't know what the issue is, but test/CodeGen/ARM/large-stack.ll is > failing and going into an infinite busy loop

Re: [llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Reid Spencer
Evan / Lauro, I don't know what the issue is, but test/CodeGen/ARM/large-stack.ll is failing and going into an infinite busy loop in llc. This is preventing the dejagnu test suite from completing. Reid. On Wed, 2007-01-31 at 16:27 -0600, Evan Cheng wrote: > > Changes in directory llvm/test/Cod

[llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/ARM: hello.ll updated: 1.4 -> 1.5 insn-sched1.ll updated: 1.3 -> 1.4 ldm.ll updated: 1.4 -> 1.5 --- Log message: Fix test cases. --- Diffs of the changes: (+11 -10) hello.ll | 17 + insn-sched1.ll |2 +- ldm.ll |

[llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll insn-sched1.ll ldm.ll

2007-01-31 Thread Lauro Ramos Venancio
Changes in directory llvm/test/CodeGen/ARM: hello.ll updated: 1.3 -> 1.4 insn-sched1.ll updated: 1.2 -> 1.3 ldm.ll updated: 1.3 -> 1.4 --- Log message: ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized frame pointer register is used. --- Diffs of the changes: (+3