On Tue, 3 May 2016, Richard Biener wrote:
> On Wed, 27 Apr 2016, Jeff Law wrote:
>
> > On 04/21/2016 06:55 AM, Richard Biener wrote:
> > >
> > > The following patch makes us not allocate decls but SSA names for
> > > temporaries required during gimplification. This is basically the
> > > same t
On Wed, 27 Apr 2016, Jeff Law wrote:
> On 04/21/2016 06:55 AM, Richard Biener wrote:
> >
> > The following patch makes us not allocate decls but SSA names for
> > temporaries required during gimplification. This is basically the
> > same thing as we do when calling the gimplifier on GENERIC expr
On 04/21/2016 06:55 AM, Richard Biener wrote:
The following patch makes us not allocate decls but SSA names for
temporaries required during gimplification. This is basically the
same thing as we do when calling the gimplifier on GENERIC expressions
from optimization passes (when we are already
The following patch makes us not allocate decls but SSA names for
temporaries required during gimplification. This is basically the
same thing as we do when calling the gimplifier on GENERIC expressions
from optimization passes (when we are already in SSA).
There are two benefits of doing this.