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
> > > t
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 do
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
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 issues