Re: Replace mode_for_int_vector with related_int_vector_mode

2019-10-30 Thread Richard Biener
On Wed, Oct 23, 2019 at 1:06 PM Richard Sandiford wrote: > > mode_for_int_vector, like mode_for_vector, can sometimes return > an integer mode or an unsupported vector mode. But no callers > are interested in that case, and only want supported vector modes. > This patch therefore replaces mode_fo

Replace mode_for_int_vector with related_int_vector_mode

2019-10-23 Thread Richard Sandiford
mode_for_int_vector, like mode_for_vector, can sometimes return an integer mode or an unsupported vector mode. But no callers are interested in that case, and only want supported vector modes. This patch therefore replaces mode_for_int_vector with related_int_vector_mode, which gives the target a