On Wed, 7 May 2014, Thomas Schwinge wrote:
> Hi!
>
> On Tue, 15 Apr 2014 11:26:29 +0200 (CEST), Richard Biener
> wrote:
> > This removes RTL loop unswitching
>
> > 2014-04-15 Richard Biener
> >
> > * Makefile.in (OBJS): Remove loop-unswitch.o.
> > * loop-unswitch.c: Delete.
> >
Hi!
On Tue, 15 Apr 2014 11:26:29 +0200 (CEST), Richard Biener
wrote:
> This removes RTL loop unswitching
> 2014-04-15 Richard Biener
>
> * Makefile.in (OBJS): Remove loop-unswitch.o.
> * loop-unswitch.c: Delete.
> * tree-pass.h (make_pass_rtl_unswitch): Remove.
> * p
Hi!
On Tue, 15 Apr 2014 11:26:29 +0200 (CEST), Richard Biener
wrote:
> This removes RTL loop unswitching
> 2014-04-15 Richard Biener
>
> * Makefile.in (OBJS): Remove loop-unswitch.o.
> * loop-unswitch.c: Delete.
> * tree-pass.h (make_pass_rtl_unswitch): Remove.
> * p
> On Sun, 20 Apr 2014, Jan Hubicka wrote:
>
> > >
> > > This removes RTL loop unswitching (see last years discussion about
> > > compile-time issues of that pass). RTL loop unswitching is
> > > enabled together with GIMPLE loop unswitching at -O3 and by
> > > -floop-unswitch. It's clearly the w
On Sun, 20 Apr 2014, Jan Hubicka wrote:
> >
> > This removes RTL loop unswitching (see last years discussion about
> > compile-time issues of that pass). RTL loop unswitching is
> > enabled together with GIMPLE loop unswitching at -O3 and by
> > -floop-unswitch. It's clearly the wrong place to
>
> This removes RTL loop unswitching (see last years discussion about
> compile-time issues of that pass). RTL loop unswitching is
> enabled together with GIMPLE loop unswitching at -O3 and by
> -floop-unswitch. It's clearly the wrong place to do high-level
> loop transforms these days, and the
On Tue, 15 Apr 2014, Richard Biener wrote:
>
> This removes RTL loop unswitching (see last years discussion about
> compile-time issues of that pass). RTL loop unswitching is
> enabled together with GIMPLE loop unswitching at -O3 and by
> -floop-unswitch. It's clearly the wrong place to do high
This removes RTL loop unswitching (see last years discussion about
compile-time issues of that pass). RTL loop unswitching is
enabled together with GIMPLE loop unswitching at -O3 and by
-floop-unswitch. It's clearly the wrong place to do high-level
loop transforms these days, and the cost of mai