On 10/23/2017 11:30 AM, Richard Sandiford wrote: > This patch makes vectorizable_simd_clone_call cope with variable-length > vectors. For now we don't support SIMD clones for variable-length > vectors; this will be post GCC 8 material. > > > 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 (simd_clone_subparts): New function. > (vectorizable_simd_clone_call): Use it instead of TYPE_VECTOR_SUBPARTS. OK. jeff