Re: [PATCH V2] vec: don't select partial vectors when looping on full vectors

2020-09-17 Thread Andrea Corallo
Christophe Lyon writes: > On Wed, 16 Sep 2020 at 15:40, Andrea Corallo wrote: >> >> Richard Sandiford writes: >> >> > OK with two incredibly petty comments fixed: >> >> [...] >> >> Installed with the two suggestions as 052204fac58. >> > > Hi, > > There is a typo with clastb_8.c: > gcc.target/aa

Re: [PATCH V2] vec: don't select partial vectors when looping on full vectors

2020-09-17 Thread Christophe Lyon via Gcc-patches
On Wed, 16 Sep 2020 at 15:40, Andrea Corallo wrote: > > Richard Sandiford writes: > > > OK with two incredibly petty comments fixed: > > [...] > > Installed with the two suggestions as 052204fac58. > Hi, There is a typo with clastb_8.c: gcc.target/aarch64/sve/clastb_8.c -march=armv8.2-a+sve: er

Re: [PATCH V2] vec: don't select partial vectors when looping on full vectors

2020-09-16 Thread Andrea Corallo
Richard Sandiford writes: > OK with two incredibly petty comments fixed: [...] Installed with the two suggestions as 052204fac58. Thanks for reviewing! Andrea

Re: [PATCH V2] vec: don't select partial vectors when looping on full vectors

2020-09-16 Thread Richard Sandiford
Andrea Corallo writes: > Hi all, > > here is the update version of the patch implementing suggestions. > > The check for 'vect_need_peeling_or_partial_vectors_p' (and its > comment) has also been move just before so we can short-circuit the > partial vector handling if we know we are using full ve

[PATCH V2] vec: don't select partial vectors when looping on full vectors

2020-09-14 Thread Andrea Corallo
Hi all, here is the update version of the patch implementing suggestions. The check for 'vect_need_peeling_or_partial_vectors_p' (and its comment) has also been move just before so we can short-circuit the partial vector handling if we know we are using full vectors. Bootstrapped and regtested o