Re: Make more use of gimple-fold.h in tree-vect-loop.c

2017-09-14 Thread Richard Biener
On Thu, Sep 14, 2017 at 1:25 PM, Richard Sandiford wrote: > This patch makes the vectoriser use the gimple-fold.h routines > in more cases, instead of vect_init_vector. Later patches want > to use the same interface to handle variable-length vectors. > > Tested on aarch64-linux-gnu, x86_64-linux-

Make more use of gimple-fold.h in tree-vect-loop.c

2017-09-14 Thread Richard Sandiford
This patch makes the vectoriser use the gimple-fold.h routines in more cases, instead of vect_init_vector. Later patches want to use the same interface to handle variable-length vectors. Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. OK to install? Richard 2017-09-14