constructing webs from ssa.
Jeffrey A Law
law@redhat.com
Tue Oct 12 18:17:00 GMT 2004
On Tue, 2004-10-12 at 04:06, Sanjiv Kumar Gupta wrote:
> 1. make a web for each du-chain.
> 2. combine those webs that have a 'common use', and
> this
> 'common use' can only be a phi-function.
>
> that's all we need to do for computing webs from ssa.
Right. However, it's often beneficial to be able to construct
webs in just a region of the function. ie, construct the webs
for the innermost loops, use the webs for some kind of optimization,
then construct webs for the parent loop nest and so on.
So, if you're pondering writing some code to create webs, you might
keep keep that in mind.
jeff
More information about the Gcc
mailing list