Re: [PING] SLSR for conditional candidates

2013-05-03 Thread Richard Biener
On Thu, 2 May 2013, Bill Schmidt wrote: > On Thu, 2013-05-02 at 13:29 +0200, Richard Biener wrote: > > On Mon, 29 Apr 2013, Bill Schmidt wrote: > > > > > Half-hearted ping for > > > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg01291.html ... > > > > > > I promise this is the last major code dump

Re: [PING] SLSR for conditional candidates

2013-05-02 Thread Bill Schmidt
On Thu, 2013-05-02 at 13:29 +0200, Richard Biener wrote: > On Mon, 29 Apr 2013, Bill Schmidt wrote: > > > Half-hearted ping for > > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg01291.html ... > > > > I promise this is the last major code dump for SLSR. ;) > > > > + if (!operand_equal_p (

Re: [PING] SLSR for conditional candidates

2013-05-02 Thread Richard Biener
On Mon, 29 Apr 2013, Bill Schmidt wrote: > Half-hearted ping for > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg01291.html ... > > I promise this is the last major code dump for SLSR. ;) + if (!operand_equal_p (arg_cand->stride, integer_one_node, 0)) + return; !integer_onep

[PING] SLSR for conditional candidates

2013-04-29 Thread Bill Schmidt
Half-hearted ping for http://gcc.gnu.org/ml/gcc-patches/2013-03/msg01291.html ... I promise this is the last major code dump for SLSR. ;) Thanks, Bill