Re: [committed] OpenMP scan for combined for simd

2019-07-08 Thread Rainer Orth
Hi Jakub, > The following patch handles the last yet unsupported scan case, > composite #pragma omp {,parallel }for simd ... reduction(inscan, ...) ... > where we want to both parallelize and vectorize; in the first worksharing > loop use normal scan support we have for > #pragma omp simd ... redu

[committed] OpenMP scan for combined for simd

2019-07-06 Thread Jakub Jelinek
Hi! The following patch handles the last yet unsupported scan case, composite #pragma omp {,parallel }for simd ... reduction(inscan, ...) ... where we want to both parallelize and vectorize; in the first worksharing loop use normal scan support we have for #pragma omp simd ... reduction(inscan, ..