Re: omp-low.c split

2016-11-15 Thread Martin Jambor
Hi, On Mon, Nov 14, 2016 at 09:45:49AM -0800, Cesar Philippidis wrote: > What's the plan to split omp-low.c into multiple files? Right now, > omp-low.c contains code to lower and expand OpenMP and OpenACC. At least > for the OpenACC transforms, we made an effort to keep the changes in > omp-low.c

Re: omp-low.c split

2016-11-14 Thread Jakub Jelinek
On Mon, Nov 14, 2016 at 09:45:49AM -0800, Cesar Philippidis wrote: > What's the plan to split omp-low.c into multiple files? Right now, > omp-low.c contains code to lower and expand OpenMP and OpenACC. At least > for the OpenACC transforms, we made an effort to keep the changes in > omp-low.c targe

omp-low.c split

2016-11-14 Thread Cesar Philippidis
What's the plan to split omp-low.c into multiple files? Right now, omp-low.c contains code to lower and expand OpenMP and OpenACC. At least for the OpenACC transforms, we made an effort to keep the changes in omp-low.c target-independent. Is goal to break omp-low.c into separate lowering, expansion