Re: [PATCH][4/4] SLP induction vectorization

2017-06-06 Thread Michael Meissner
On Tue, Jun 06, 2017 at 09:38:04AM +0200, Richard Biener wrote: > On Sat, 3 Jun 2017, Richard Biener wrote: > > > On June 3, 2017 1:38:14 AM GMT+02:00, Michael Meissner > > wrote: > > >On Fri, Jun 02, 2017 at 03:22:27PM +0200, Richard Biener wrote: > > >> > > >>

Re: [PATCH][4/4] SLP induction vectorization

2017-06-06 Thread Richard Biener
On Sat, 3 Jun 2017, Richard Biener wrote: > On June 3, 2017 1:38:14 AM GMT+02:00, Michael Meissner > wrote: > >On Fri, Jun 02, 2017 at 03:22:27PM +0200, Richard Biener wrote: > >> > >> This implements vectorization of SLP inductions (in the not outer > >loop > >>

Re: [PATCH][4/4] SLP induction vectorization

2017-06-03 Thread Richard Biener
On June 3, 2017 1:38:14 AM GMT+02:00, Michael Meissner wrote: >On Fri, Jun 02, 2017 at 03:22:27PM +0200, Richard Biener wrote: >> >> This implements vectorization of SLP inductions (in the not outer >loop >> vectorization case for now). >> >> Bootstrapped and

Re: [PATCH][4/4] SLP induction vectorization

2017-06-02 Thread Michael Meissner
On Fri, Jun 02, 2017 at 03:22:27PM +0200, Richard Biener wrote: > > This implements vectorization of SLP inductions (in the not outer loop > vectorization case for now). > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > More testing is appreciated, I'm throwing it at SPEC2k6 now. I

[PATCH][4/4] SLP induction vectorization

2017-06-02 Thread Richard Biener
This implements vectorization of SLP inductions (in the not outer loop vectorization case for now). Bootstrapped and tested on x86_64-unknown-linux-gnu. More testing is appreciated, I'm throwing it at SPEC2k6 now. Richard. 2017-06-02 Richard Biener PR