RE: [PATCH][GCC][SLP][testsuite] Turn off vect-epilogue-nomask for slp-rect-3

2019-11-29 Thread Richard Biener
On Thu, 28 Nov 2019, Tamar Christina wrote: > Hi Richi, > > > > > > > This patch turns off vect-epilogue-nomask for slp-reduc-3 as it seems > > > that the epiloque in this loop is vectorizable using SLP and smaller > > > VF. Since this test expects there to be no SLP vectorization at all > > >

RE: [PATCH][GCC][SLP][testsuite] Turn off vect-epilogue-nomask for slp-rect-3

2019-11-28 Thread Tamar Christina
Hi Richi, > > > > This patch turns off vect-epilogue-nomask for slp-reduc-3 as it seems > > that the epiloque in this loop is vectorizable using SLP and smaller > > VF. Since this test expects there to be no SLP vectorization at all > > the testcase then fails for arm targets. > > Actually we

Re: [PATCH][GCC][SLP][testsuite] Turn off vect-epilogue-nomask for slp-rect-3

2019-11-28 Thread Richard Biener
On Thu, 28 Nov 2019, Tamar Christina wrote: > Hi All, > > This patch turns off vect-epilogue-nomask for slp-reduc-3 as it seems that > the epiloque in this loop is vectorizable using SLP and smaller VF. Since > this > test expects there to be no SLP vectorization at all the testcase then fails

[PATCH][GCC][SLP][testsuite] Turn off vect-epilogue-nomask for slp-rect-3

2019-11-28 Thread Tamar Christina
Hi All, This patch turns off vect-epilogue-nomask for slp-reduc-3 as it seems that the epiloque in this loop is vectorizable using SLP and smaller VF. Since this test expects there to be no SLP vectorization at all the testcase then fails for arm targets. Regtested on arm-none-eabi and no