Re: [2/10] Add VECTOR_BITS to tree-vect.h

2017-11-08 Thread Jeff Law
On 11/03/2017 10:17 AM, Richard Sandiford wrote: > Several vector tests are sensitive to the vector size. This patch adds > a VECTOR_BITS macro to tree-vect.h to select the expected vector size > and uses it to influence iteration counts and array sizes. The tests > keep the original values if th

[2/10] Add VECTOR_BITS to tree-vect.h

2017-11-03 Thread Richard Sandiford
Several vector tests are sensitive to the vector size. This patch adds a VECTOR_BITS macro to tree-vect.h to select the expected vector size and uses it to influence iteration counts and array sizes. The tests keep the original values if the vector size is small enough. For now VECTOR_BITS is al