This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] fix SPEC ICE - violating loop-closed-form in the vectorizer
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Dorit Naishlos <DORIT at il dot ibm dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Apr 2005 09:16:20 +0200
- Subject: Re: [patch] fix SPEC ICE - violating loop-closed-form in the vectorizer
- References: <20050401000405.GA5210@topo.toronto.redhat.com>
Hello,
> On Thu, Mar 31, 2005 at 06:50:23PM +0200, Dorit Naishlos wrote:
>
> > * tree-flow.h (loop_closed_split_exit_edge): New function
> > declaration.
> > * tree-ssa-loop-manip.c (loop_closed_split_exit_edge):
> > New function.
> > * tree-vect-analyze.c (vect_analyze_loop_form): Call
> > loop_closed_split_exit_edge instead of loop_split_edge_with.
> >
> OK.
tree-ssa-loop-manip.c:split_loop_exit_edge?
Zdenek