Re: [llvm-commits] beginning unroll improvements

2007-05-11 Thread Dan Gohman
Devang Patel wrote: > This looks good. Have you run any llvm-test > benchmarks or any other benchmarks ? I'm not currently planning to make loop-unroll unroll anything more by default than what it currently does, so I don't expect llvm-test to be affected. Dan -- Dan Gohman, Cray Inc. _

Re: [llvm-commits] beginning unroll improvements

2007-05-10 Thread Devang Patel
Hi Dan, This looks good. Have you run any llvm-test benchmarks or any other benchmarks ? - Devang On May 9, 2007, at 9:50 AM, Dan Gohman wrote: This patch extends the LoopUnroll pass to be able to unroll loops with unknown trip counts. This is left off by default, and a command-line option en