On Mon, Dec 5, 2011 at 9:48 AM, Ira Rosen <[email protected]> wrote: > > > [email protected] wrote on 05/12/2011 10:39:07 AM: > >> From: Michael Zolotukhin <[email protected]> >> To: Richard Guenther <[email protected]> >> Cc: [email protected], [email protected] >> Date: 05/12/2011 10:39 AM >> Subject: Re: [Patch] Increase array sizes in vect-tests to enable >> 256-bit vectorization >> Sent by: [email protected] >> >> On 5 December 2011 10:14, Michael Zolotukhin >> <[email protected]> wrote: >> > Ok, will several tests with short arrays be enough for that or should >> > we keep all the original tests plus new ones with longer arrays? >> >> BTW, there is another problem with current tests with short arrays - >> scans are expecting specific number of some diagnostic messages like >> "not vectorized: unsupported unaligned store", and that number would >> be different if several vector-lengths are available - so we'll have >> fails in those tests. > > There is vect_multiple_sizes for such cases.
I'd just duplicate the tests you want to change to a larger array size and change those duplicates accordingly, leaving the original tests alone. Richard.
