Re: [PATCH][testuite] Fix pr80481.C after epilogue vectorization

2020-03-05 Thread Jeff Law
On Thu, 2019-10-31 at 13:55 +, Andre Vieira (lists) wrote: > Hi, > > I used to have this testcase in my patch when testing but forgot to > include it in the patch I sent upstream. This testcase checks that a > vmovaps isn't generated when vectorizing the loop. When I turn epilogue >

Re: [PATCH][testuite] Fix pr80481.C after epilogue vectorization

2019-10-31 Thread Jakub Jelinek
On Thu, Oct 31, 2019 at 06:02:02PM +, Andre Vieira (lists) wrote: > When I debug the vect_analyze_loop calls loop->simdlen is 0 everywhere, with > or without epilogue vectorization turned on. However, I also noticed that > excluding -fopenmp and -fopenmp-simd will yield the generation of

Re: [PATCH][testuite] Fix pr80481.C after epilogue vectorization

2019-10-31 Thread Andre Vieira (lists)
On 31/10/2019 14:04, Jakub Jelinek wrote: On Thu, Oct 31, 2019 at 01:55:26PM +, Andre Vieira (lists) wrote: I used to have this testcase in my patch when testing but forgot to include it in the patch I sent upstream. This testcase checks that a vmovaps isn't generated when vectorizing the

Re: [PATCH][testuite] Fix pr80481.C after epilogue vectorization

2019-10-31 Thread Jakub Jelinek
On Thu, Oct 31, 2019 at 01:55:26PM +, Andre Vieira (lists) wrote: > I used to have this testcase in my patch when testing but forgot to include > it in the patch I sent upstream. This testcase checks that a vmovaps isn't > generated when vectorizing the loop. When I turn epilogue