Re: Awareness of register pressure on strength reduction of induction variables.

2015-09-05 Thread Bin.Cheng
On Wed, Sep 2, 2015 at 8:52 PM, Richard Biener wrote: > On Tue, Sep 1, 2015 at 7:57 PM, Ajit Kumar Agarwal > wrote: >> All; >> >> The Global code motion are the important optimization that have an impact on >> register spills and Fetch. Thus >> The Global code motion takes into account the incre

Re: Awareness of register pressure on strength reduction of induction variables.

2015-09-02 Thread Richard Biener
On Tue, Sep 1, 2015 at 7:57 PM, Ajit Kumar Agarwal wrote: > All; > > The Global code motion are the important optimization that have an impact on > register spills and Fetch. Thus > The Global code motion takes into account the increase or decrease of > register pressure. > > Strength Reductions

Awareness of register pressure on strength reduction of induction variables.

2015-09-01 Thread Ajit Kumar Agarwal
All; The Global code motion are the important optimization that have an impact on register spills and Fetch. Thus The Global code motion takes into account the increase or decrease of register pressure. Strength Reductions is an important optimization that has an impact on register pressure. T