Re: [PATCH]middle-end testsuite: fix failing complex add testcases PR103000

2021-11-02 Thread Richard Biener via Gcc-patches
On Mon, 1 Nov 2021, Tamar Christina wrote: > Hi All, > > Some targets have overriden the default unroll factor and so do not have > enough > data to succeed for SLP vectorization if loop vect is turned off. > > To fix this just always unroll in these testcases. Another option is to place #pra

Re: [PATCH]middle-end testsuite: fix failing complex add testcases PR103000

2021-11-01 Thread Jeff Law via Gcc-patches
On 11/1/2021 3:54 AM, Tamar Christina via Gcc-patches wrote: Hi All, Some targets have overriden the default unroll factor and so do not have enough data to succeed for SLP vectorization if loop vect is turned off. To fix this just always unroll in these testcases. Bootstrapped Regtested on

[PATCH]middle-end testsuite: fix failing complex add testcases PR103000

2021-11-01 Thread Tamar Christina via Gcc-patches
Hi All, Some targets have overriden the default unroll factor and so do not have enough data to succeed for SLP vectorization if loop vect is turned off. To fix this just always unroll in these testcases. Bootstrapped Regtested on aarch64-none-linux-gnu, x86_64-pc-linux-gnu and no issues. Ok fo