Re: [GSoC] remove unnecessary temporaries

2014-06-24 Thread Richard Biener
On Tue, Jun 24, 2014 at 10:53 AM, Prathamesh Kulkarni wrote: > Hi, >This patch attempts to generate temporaries only when required. > > I have changed generation of operand names. All children of an expr-node > are assigned at expr-node itself. > Names are generated as follows at expr-node: >

[GSoC] remove unnecessary temporaries

2014-06-24 Thread Prathamesh Kulkarni
Hi, This patch attempts to generate temporaries only when required. I have changed generation of operand names. All children of an expr-node are assigned at expr-node itself. Names are generated as follows at expr-node: o = rhs; where level is level of the expr-node in decision tree. This is do