This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Contributing tree-ssa to mainline


On Mon, 19 Jan 2004, Richard Kenner wrote:

>     But any alias/loop optimization cannot really be done on targets like
>     IA64 with almost no offset.  The IA64 has only room for a zero offset,
>     every thing is done in index form.
> 
> That doesn't matter.  You'd figure out the GIV offset from all the
> computations in RTL.  We do that now.

I'm not aware of any code in GCC to "figure out the GIV offset from all
the computations in RTL"?

AFAIK the closest we came to this was Sanjiv's patch for Debray alias
analysis, but this was rejected due to the excessive compile-time
overhead.

Toshi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]