Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-09-02 Thread H.J. Lu
On Sat, Jun 16, 2012 at 9:01 AM, H.J. Lu wrote: > On Sun, Apr 1, 2012 at 11:51 PM, Ramana Radhakrishnan > wrote: >> On 1 April 2012 23:55, David Edelsohn wrote: If there are no further comments I am inclined to commit this patch early next week (possibly causing quite some fallout ...)

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-06-16 Thread H.J. Lu
On Sun, Apr 1, 2012 at 11:51 PM, Ramana Radhakrishnan wrote: > On 1 April 2012 23:55, David Edelsohn wrote: >>> If there are no further comments I am inclined to commit this >>> patch early next week (possibly causing quite some fallout ...). >> >> I am glad there was not more fallout.  Unfortuna

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-04-01 Thread Ramana Radhakrishnan
On 1 April 2012 23:55, David Edelsohn wrote: >> If there are no further comments I am inclined to commit this >> patch early next week (possibly causing quite some fallout ...). > > I am glad there was not more fallout.  Unfortunately powerpc-aix was > not so lucky: > > /farm/dje/src/src/libstdc++

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-04-01 Thread David Edelsohn
> If there are no further comments I am inclined to commit this > patch early next week (possibly causing quite some fallout ...). I am glad there was not more fallout. Unfortunately powerpc-aix was not so lucky: /farm/dje/src/src/libstdc++-v3/src/c++98/streambuf.cc: In function 'std::streamsize

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-03-28 Thread Richard Guenther
On Fri, 23 Mar 2012, Richard Guenther wrote: > On Wed, 21 Mar 2012, Richard Sandiford wrote: > > > Richard Guenther writes: > > > This patch makes us preserve loop structures from the start of tree > > > loop optimizers to the end of RTL loop optimizers. It uses a new > > > property, PROP_loops

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-03-23 Thread Richard Guenther
On Wed, 21 Mar 2012, Richard Sandiford wrote: > Richard Guenther writes: > > This patch makes us preserve loop structures from the start of tree > > loop optimizers to the end of RTL loop optimizers. It uses a new > > property, PROP_loops to indicate we want to preserve them and > > massages loo

Re: [PATCH] Preserve loops from tree to RTL loop optimizers

2012-03-21 Thread Richard Sandiford
Richard Guenther writes: > This patch makes us preserve loop structures from the start of tree > loop optimizers to the end of RTL loop optimizers. It uses a new > property, PROP_loops to indicate we want to preserve them and > massages loop_optimizer_init/finalize to honor that. > > On the RTL s

[PATCH] Preserve loops from tree to RTL loop optimizers

2012-03-20 Thread Richard Guenther
This patch makes us preserve loop structures from the start of tree loop optimizers to the end of RTL loop optimizers. It uses a new property, PROP_loops to indicate we want to preserve them and massages loop_optimizer_init/finalize to honor that. On the RTL side the CFG manipulation was not pre