Re: [PATCH] tree-optimization/97428 - split SLP groups for loop vectorization

2020-10-28 Thread Richard Sandiford via Gcc-patches
Richard Biener writes: > On Tue, 27 Oct 2020, Richard Sandiford wrote: > >> Sorry for the very late comment (was out last week)? >> >> Richard Biener writes: >> > This enables SLP store group splitting also for loop vectorization. >> > For the existing testcase gcc.dg/vect/vect-complex-5.c this

Re: [PATCH] tree-optimization/97428 - split SLP groups for loop vectorization

2020-10-27 Thread Richard Biener
On Tue, 27 Oct 2020, Richard Sandiford wrote: > Sorry for the very late comment (was out last week)? > > Richard Biener writes: > > This enables SLP store group splitting also for loop vectorization. > > For the existing testcase gcc.dg/vect/vect-complex-5.c this then > > generates much better c

Re: [PATCH] tree-optimization/97428 - split SLP groups for loop vectorization

2020-10-27 Thread Richard Sandiford via Gcc-patches
Sorry for the very late comment (was out last week)… Richard Biener writes: > This enables SLP store group splitting also for loop vectorization. > For the existing testcase gcc.dg/vect/vect-complex-5.c this then > generates much better code, likewise for the PR97428 testcase. > > Both of those h