On 06/10/15 11:30, Bernd Schmidt wrote:
On 10/04/2015 05:36 PM, Tom de Vries wrote:
I'll try to give a bit of context:
The omp-expand machinery is used in two contexts:
1. when omp annotations are added to the source. In that case,
omp-expand is used in non-ssa gimple context.
2. when parlo
On 10/04/2015 05:36 PM, Tom de Vries wrote:
I'll try to give a bit of context:
The omp-expand machinery is used in two contexts:
1. when omp annotations are added to the source. In that case,
omp-expand is used in non-ssa gimple context.
2. when parloops annotates a loop with omp annotations
On 22/09/15 12:58, Bernd Schmidt wrote:
On 09/22/2015 09:19 AM, Tom de Vries wrote:
These two patches:
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00938.html
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00940.html
add a param parloop-schedule=.
The problem I have when trying to review t
On 09/22/2015 09:19 AM, Tom de Vries wrote:
These two patches:
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00938.html
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00940.html
add a param parloop-schedule=.
The problem I have when trying to review them is that the second patch
does quite
Hi,
These two patches:
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00938.html
- https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00940.html
add a param parloop-schedule=.
Thanks,
- Tom