Re: [GCC][PATCH][testsuite][mid-end] Fix failing slp test on aarch64 and arm.

2017-10-05 Thread Richard Earnshaw (lists)
On 02/10/17 14:20, Tamar Christina wrote: > Hi All, > > The slp vectorization test currently fails on AArch32 and AArch64 > due to it not taking into account that we do have 128 bit vectors in > NEON. This means that two of the loops get vectorized instead of just 1. > > So update the conditions

[GCC][PATCH][testsuite][mid-end] Fix failing slp test on aarch64 and arm.

2017-10-02 Thread Tamar Christina
Hi All, The slp vectorization test currently fails on AArch32 and AArch64 due to it not taking into account that we do have 128 bit vectors in NEON. This means that two of the loops get vectorized instead of just 1. So update the conditions to include a check for neon. Regtested on aarch64-none-

Re: [GCC][PATCH][testsuite][mid-end] Fix failing slp test on aarch64 and arm.

2017-09-27 Thread Richard Earnshaw (lists)
On 26/09/17 14:12, Tamar Christina wrote: > Hi All, > > The slp vectorization test currently fails on AArch32 and AArch64 > due to it not taking into account that we do have 128 bit vectors in > NEON. This means that two of the loops get vectorized instead of just 1. > > So update the conditions

[GCC][PATCH][testsuite][mid-end] Fix failing slp test on aarch64 and arm.

2017-09-26 Thread Tamar Christina
Hi All, The slp vectorization test currently fails on AArch32 and AArch64 due to it not taking into account that we do have 128 bit vectors in NEON. This means that two of the loops get vectorized instead of just 1. So update the conditions to include a check for neon. Regtested on aarch64-none-