Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Thomas Schwinge
Hi! On Fri, 15 Apr 2016 14:15:42 +0200, Jakub Jelinek wrote: > On Fri, Apr 15, 2016 at 02:11:45PM +0200, Thomas Schwinge wrote: > > On Fri, 15 Apr 2016 13:57:05 +0200, Jakub Jelinek wrote: > > > On Fri, Apr 15, 2016 at 01:53:14PM +0200, Thomas Schwinge wrote: > > > > For all the other splitting

Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Jakub Jelinek
On Fri, Apr 15, 2016 at 02:11:45PM +0200, Thomas Schwinge wrote: > Hi! > > On Fri, 15 Apr 2016 13:57:05 +0200, Jakub Jelinek wrote: > > On Fri, Apr 15, 2016 at 01:53:14PM +0200, Thomas Schwinge wrote: > > > For all the other splitting patches that I have posted/proposed, the idea > > > then is to

Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Thomas Schwinge
Hi! On Fri, 15 Apr 2016 13:57:05 +0200, Jakub Jelinek wrote: > On Fri, Apr 15, 2016 at 01:53:14PM +0200, Thomas Schwinge wrote: > > For all the other splitting patches that I have posted/proposed, the idea > > then is to commit these onto both gcc-6-branch and trunk? > > If we branch today, then

Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Jakub Jelinek
On Fri, Apr 15, 2016 at 01:53:14PM +0200, Thomas Schwinge wrote: > Hi! > > On Fri, 15 Apr 2016 13:15:07 +0200, Jakub Jelinek wrote: > > On Thu, Apr 14, 2016 at 10:27:40PM +0200, Thomas Schwinge wrote: > > > On Thu, 14 Apr 2016 18:01:13 +0200, I wrote: > > > > "simdclone" pass, with the > > > > re

Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Thomas Schwinge
Hi! On Fri, 15 Apr 2016 13:15:07 +0200, Jakub Jelinek wrote: > On Thu, Apr 14, 2016 at 10:27:40PM +0200, Thomas Schwinge wrote: > > On Thu, 14 Apr 2016 18:01:13 +0200, I wrote: > > > "simdclone" pass, with the > > > respective supporting code. I will certainly submit line-diff patches if > > > w

Re: Split out OMP constructs' SIMD clone supporting code (was: Splitting up gcc/omp-low.c?)

2016-04-15 Thread Jakub Jelinek
esting succeeded? Ok if you manage to do so before the (hopefully intermittent) branching. > commit 8f33dc59ad24a995694d42ee9013e0853426e190 > Author: Thomas Schwinge > Date: Thu Apr 14 21:56:31 2016 +0200 > > Split out OMP constructs' SIMD clone supporting code > &g

Re: Split out OMP constructs' SIMD clone supporting code

2016-04-14 Thread Thomas Schwinge
tstrap/testing look good. OK to commit? > commit 8f33dc59ad24a995694d42ee9013e0853426e190 > Author: Thomas Schwinge > Date: Thu Apr 14 21:56:31 2016 +0200 > > Split out OMP constructs' SIMD clone supporting code > > gcc/ > * omp-low.