Re: [9/n] Replace vec_info::vector_size with vec_info::vector_mode

2019-11-05 Thread Richard Biener
On Fri, Oct 25, 2019 at 2:39 PM Richard Sandiford wrote: > > This patch replaces vec_info::vector_size with vec_info::vector_mode, > but for now continues to use it as a way of specifying a single > vector size. This makes it easier for later patches to use > related_vector_mode instead. OK. >

[9/n] Replace vec_info::vector_size with vec_info::vector_mode

2019-10-25 Thread Richard Sandiford
This patch replaces vec_info::vector_size with vec_info::vector_mode, but for now continues to use it as a way of specifying a single vector size. This makes it easier for later patches to use related_vector_mode instead. 2019-10-24 Richard Sandiford gcc/ * tree-vectorizer.h (vec_inf