On Mon, Aug 31, 2015 at 01:45:25PM +0200, Tom de Vries wrote:
> Add param parloops-chunk-size
>
> 2015-08-31 Tom de Vries
>
> * doc/invoke.texi (parloops-chunk-size): Add item.
> * params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
> * tree-parloops.c: Include params.h.
>
On 31/08/15 13:41, Tom de Vries wrote:
On 15/04/15 15:10, Tom de Vries wrote:
Hi,
This patch series fixes PR65637.
Currently, ssa-handling code in expand_omp_for_static_chunk is dead and
not exercised by testing.
Ssa-handling code in omp-low.c is only triggered by
pass_parallelize_loops, and