Re: [PATCH][5/n] into-SSA TLC

2012-07-31 Thread Richard Guenther
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

Re: [PATCH][5/n] into-SSA TLC

2012-07-30 Thread Michael Matz
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

[PATCH][5/n] into-SSA TLC

2012-07-30 Thread Richard Guenther
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