This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Variable Expansion Optimization
On Monday 16 August 2004 09:50, Michael Matz wrote:
> Hi,
>
> On Sun, 15 Aug 2004, Steven Bosscher wrote:
> > Hmm, I guess you're going to have carefully analyze what the
> > effects of such a transformation are on register pressure.
>
> Yes. But note that this transformation mainly helps an autovectorizer.
Not in this case, it doesn't. The current proposal is to do this
transformation on RTL. The vectorizer runs on trees.
Gr.
Steven