Re: [11/n] Support vectorisation with mixed vector sizes

2019-11-12 Thread Richard Biener
On Wed, Nov 6, 2019 at 1:38 PM Richard Sandiford wrote: > > Richard Biener writes: > > On Fri, Oct 25, 2019 at 2:43 PM Richard Sandiford > > wrote: > >> > >> After previous patches, it's now possible to make the vectoriser > >> support multiple vector sizes in the same vector region, using > >>

Re: [11/n] Support vectorisation with mixed vector sizes

2019-11-06 Thread Richard Sandiford
Richard Biener writes: > On Fri, Oct 25, 2019 at 2:43 PM Richard Sandiford > wrote: >> >> After previous patches, it's now possible to make the vectoriser >> support multiple vector sizes in the same vector region, using >> related_vector_mode to pick the right vector mode for a given >> element

Re: [11/n] Support vectorisation with mixed vector sizes

2019-11-05 Thread Richard Biener
On Fri, Oct 25, 2019 at 2:43 PM Richard Sandiford wrote: > > After previous patches, it's now possible to make the vectoriser > support multiple vector sizes in the same vector region, using > related_vector_mode to pick the right vector mode for a given > element mode. No port yet takes advantag

[11/n] Support vectorisation with mixed vector sizes

2019-10-25 Thread Richard Sandiford
After previous patches, it's now possible to make the vectoriser support multiple vector sizes in the same vector region, using related_vector_mode to pick the right vector mode for a given element mode. No port yet takes advantage of this, but I have a follow-on patch for AArch64. This patch als