Re: [PING][PATCH, PR66851] Handle double reduction in parloops

2015-07-28 Thread Richard Biener
On Tue, Jul 28, 2015 at 12:32 AM, Tom de Vries wrote: > On 24/07/15 12:30, Tom de Vries wrote: >> >> On 13/07/15 16:55, Tom de Vries wrote: >>> >>> Hi, >>> >>> this patch fixes PR66851. >>> >>> In parloops, we manage to parallelize outer loops, but not if the inner >>> loop contains a reduction. T

Re: [PING][PATCH, PR66851] Handle double reduction in parloops

2015-07-27 Thread Tom de Vries
On 24/07/15 12:30, Tom de Vries wrote: On 13/07/15 16:55, Tom de Vries wrote: Hi, this patch fixes PR66851. In parloops, we manage to parallelize outer loops, but not if the inner loop contains a reduction. There is an xfail in autopar/outer-4.c for this: ... /* { dg-final { scan-tree-dump-tim

[PING][PATCH, PR66851] Handle double reduction in parloops

2015-07-24 Thread Tom de Vries
On 13/07/15 16:55, Tom de Vries wrote: Hi, this patch fixes PR66851. In parloops, we manage to parallelize outer loops, but not if the inner loop contains a reduction. There is an xfail in autopar/outer-4.c for this: ... /* { dg-final { scan-tree-dump-times "parallelizing outer loop" 1 "parloop