Re: [patch] Allow not simple ivs in SLP

2011-09-25 Thread Ira Rosen
On 23 September 2011 23:09, Richard Guenther wrote: > On Wed, Sep 14, 2011 at 2:01 PM, Ira Rosen wrote: >> Hi, >> >> This patch makes data-refs analysis to not fail if simple_iv returns >> false in basic block SLP. >> >> Bootstrapped and tested on powerpc64-suse-linux. >> OK for mainline? > > Ok

Re: [patch] Allow not simple ivs in SLP

2011-09-23 Thread Richard Guenther
On Wed, Sep 14, 2011 at 2:01 PM, Ira Rosen wrote: > Hi, > > This patch makes data-refs analysis to not fail if simple_iv returns > false in basic block SLP. > > Bootstrapped and tested on powerpc64-suse-linux. > OK for mainline? Ok if you instead of wrapping dr_analyze_innermost change the remain

[patch] Allow not simple ivs in SLP

2011-09-14 Thread Ira Rosen
Hi, This patch makes data-refs analysis to not fail if simple_iv returns false in basic block SLP. Bootstrapped and tested on powerpc64-suse-linux. OK for mainline? Thanks, Ira ChangeLog: * tree-data-ref.c (dr_analyze_innermost): Rename to... (dr_analyze_innermost_1): ... this. Add