On Mon, 30 Jul 2012, Michael Matz wrote:
> Hi,
>
> On Mon, 30 Jul 2012, Richard Guenther wrote:
>
> >
> > This makes into-SSA no longer rely on variable annotations and instead
> > uses on-the-side information local to into/update-SSA. Lookups can
> > probably be avoided in some places if we p
Hi,
On Mon, 30 Jul 2012, Richard Guenther wrote:
>
> This makes into-SSA no longer rely on variable annotations and instead
> uses on-the-side information local to into/update-SSA. Lookups can
> probably be avoided in some places if we pass around the auxiliar
> information instead of looking i
This makes into-SSA no longer rely on variable annotations and instead
uses on-the-side information local to into/update-SSA. Lookups can
probably be avoided in some places if we pass around the auxiliar
information instead of looking it up all the time.
Bootstrapped and tested on x86_64-unknown