Re: Implement SLP of internal functions

2018-05-25 Thread Richard Biener
On Fri, May 25, 2018 at 12:31 PM Richard Sandiford < richard.sandif...@linaro.org> wrote: > Richard Biener writes: > >> Index: gcc/tree-vect-slp.c > >> === > >> --- gcc/tree-vect-slp.c 2018-05-16 11:02:46.262494712 +0100 > >> +++ gcc

Re: Implement SLP of internal functions

2018-05-25 Thread Richard Sandiford
Richard Biener writes: >> Index: gcc/tree-vect-slp.c >> === >> --- gcc/tree-vect-slp.c 2018-05-16 11:02:46.262494712 +0100 >> +++ gcc/tree-vect-slp.c 2018-05-16 11:12:11.873116180 +0100 >> @@ -564,6 +564,41 @@ vect_get_and_check_slp_d

Re: Implement SLP of internal functions

2018-05-17 Thread Richard Biener
On Wed, May 16, 2018 at 12:18 PM Richard Sandiford < richard.sandif...@linaro.org> wrote: > SLP of calls was previously restricted to built-in functions. > This patch extends it to internal functions. > Tested on aarch64-linux-gnu (with and without SVE), aarch64_be-elf > and x86_64-linux-gnu. OK