[PATCH] Fix PR18754: add early loop pass, 2nd try

Richard Guenther richard.guenther@gmail.com
Thu Jan 20 15:29:00 GMT 2005


On Thu, 20 Jan 2005 15:26:49 +0100 (CET), Richard Guenther
<rguenth@tat.physik.uni-tuebingen.de> wrote:
> On Thu, 20 Jan 2005, Richard Guenther wrote:
> 
> > From inspecting generated assembly code for POOMA, we don't do
> > very good.  It seems the reduced C++ testcase from 18754 does
> > not contain all difficulties.
> >
> > Back to experimenting...
> 
> It seems those are ivopt problems - I'll apply some of the pending
> ivopt patches.

Applying #7 and #10 (just picked them as potentially profitable) improves
the runtime with early loop to 11.8s while not changing numbers for
the run without.  That's 10% total gain for early loop - I guess I keep that
patch locally.

Maybe we can get some of the more obvious patches from
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01381.html
applied.

Richard.



More information about the Gcc-patches mailing list