This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [autovect] [patch] Extend store cpp
- From: Revital1 Eres <ERES at il dot ibm dot com>
- To: "Daniel Berlin" <dberlin at dberlin dot org>
- Cc: Ayal Zaks <ZAKS at il dot ibm dot com>, Dorit Nuzman <DORIT at il dot ibm dot com>, gcc-patches at gcc dot gnu dot org, rguenther at suse dot de, Victor Kaplansky <VICTORK at il dot ibm dot com>
- Date: Tue, 20 Mar 2007 10:33:11 +0200
- Subject: Re: [autovect] [patch] Extend store cpp
> > Bootstrap and tested on ppc. OK for autovect branch?
>
> Why are you submitting this for autovect instead of mainline?
> Seems like it will just cause you merge hassles later on.
> It seems like now would be the perfect time to get this on mainline
> instead of autovect.
The latest adjustments to lim optimization; which is currently only in
autovect branch; can open an opportunity for store ccp to be applied and
as a result for the vectorizer as well. (as was shown in the example in -
http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01255.html). That is why
autovect branch was chosen. I intend to submit this patch to mainline
soon after committing it to the branch. I'll be happy to propose the
patch for mainline right now, but if it turns out that the patch need
to be considerably revised before it can be committed to mainline,
I wish to commit it to the branch until I revise the implementation.
Thanks,
Revital