On 10/23/2017 11:30 AM, Richard Sandiford wrote: > This patch makes vectorizable_call handle variable-length vectors. > The only substantial change is to use build_index_vector for > IFN_GOMP_SIMD_LANE; this makes no functional difference for > fixed-length vectors. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * tree-vect-stmts.c (vectorizable_call): Treat the number of > vectors as polynomial. Use build_index_vector for > IFN_GOMP_SIMD_LANE. OK. jeff