On 10/10/2015 01:49 PM, Tom de Vries wrote:
On 10/10/15 13:06, Tom de Vries wrote:
OK, I'll repost with the patch split up, as follows:
1 Handle simple latch in expand_omp_for_generic
2 Add missing phis in expand_omp_for_generic
3 Handle original loop tree in expand_omp_for_generic
4 Support DEFPARAMENUM in params.def
5 Add param parloops-schedule
Hi,
this patch adds missing phis in expand_omp_for_generic.
In expand_omp_for_generic, we add an outer loop around an inner loop.
That means we need to:
- add the necessary phis on the outer loop, and
- move the loop entry value of the inner phi to the loop entry value of
the outer phi
Also ok, I think. This seems to be slightly different from the one
originally submitted?
Bernd