On 11/03/2017 10:21 AM, Richard Sandiford wrote:
> This patch adds a target selector for variable-length vectors.
> Initially it's always false, but the SVE patch provides a case
> in which it's true.
>
>
> 2017-11-03 Richard Sandiford <richard.sandif...@linaro.org>
> Alan Hayward <alan.hayw...@arm.com>
> David Sherwood <david.sherw...@arm.com>
>
> gcc/
> * doc/sourcebuild.texi (vect_variable_length): Document.
>
> gcc/testsuite/
> * lib/target-supports.exp
> (check_effective_target_vect_variable_length): New proc.
> * gcc.dg/vect/pr60482.c: XFAIL test for no epilog loop if
> vect_variable_length.
> * gcc.dg/vect/slp-reduc-6.c: XFAIL two-operation SLP if
> vect_variable_length.
> * gcc.dg/vect/vect-alias-check-5.c: XFAIL alias optimization if
> vect_variable_length.
> * gfortran.dg/vect/fast-math-mgrid-resid.f: XFAIL predictive
> commoning optimization if vect_variable_length.
OK.
jeff