Re: [13/n] Allow mixed vector sizes within a single vectorised stmt

2019-11-05 Thread Richard Biener
On Fri, Oct 25, 2019 at 2:49 PM Richard Sandiford wrote: > > Although a previous patch allowed mixed vector sizes within a vector > region, we generally still required equal vector sizes within a vector > stmt. Specifically, vect_get_vector_types_for_stmt computes two vector > types: the vector t

[13/n] Allow mixed vector sizes within a single vectorised stmt

2019-10-25 Thread Richard Sandiford
Although a previous patch allowed mixed vector sizes within a vector region, we generally still required equal vector sizes within a vector stmt. Specifically, vect_get_vector_types_for_stmt computes two vector types: the vector type corresponding to STMT_VINFO_VECTYPE and the vector type that det