This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix SPEC ICE - violating loop-closed-form in the vectorizer


On Fri, Apr 01, 2005 at 09:16:20AM +0200, Zdenek Dvorak wrote:

> tree-ssa-loop-manip.c:split_loop_exit_edge?
> 
Maybe, but it goes beyond that.  I noticed a fair bit of
code duplication between the vectorizer and the loop manipulation
functions.  In particular, the functions that replicate loop
bodies.

There are lots of opportunities for factoring common code there.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]