loop.c (strength_reduce): Automatically unroll loops if the unrolled loop size is...
authorMichael Tiemann <tiemann@holodeck.cygnus.com>
Wed, 25 Aug 1999 06:51:15 +0000 (06:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Aug 1999 06:51:15 +0000 (00:51 -0600)
commit73049ebce373ae293415ecf59632ecef1096e9a8
tree9813a083f751252fafc2a2db258f4a7481e05151
parent3ad47811828b57df93c02cae611de9953e9daef4
loop.c (strength_reduce): Automatically unroll loops if the unrolled loop size is smaller than the rolled...

        * loop.c (strength_reduce): Automatically unroll loops if the
        unrolled loop size is smaller than the rolled loop size.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r28841
gcc/ChangeLog
gcc/loop.c