Re: [PATCH, 2/5] Add missing phis in expand_omp_for_generic

2015-10-12 Thread Tom de Vries
On 12/10/15 16:05, Bernd Schmidt wrote: This seems to be slightly different from the one originally submitted? Hi Bernd, As I mentioned here ( https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01043.html ), I've moved the ssa-support bit into the !broken_loop condition. I think that's the onl

Re: [PATCH, 2/5] Add missing phis in expand_omp_for_generic

2015-10-12 Thread Bernd Schmidt
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: 1Handle simple latch in expand_omp_for_generic 2Add missing phis in expand_omp_for_generic 3Handle original loop tree in expand_o