On Mon, Jul 13, 2015 at 10:19:56AM +0200, Thomas Schwinge wrote:
> > We rely on pass_lim to move the *.omp_data_i loads out of the loop nest.
> > For the test-case, pass_lim was managing to move the load out of the
> > inner loop, but not the outer loop, because the load was classified as
> > 'M
Hi!
On Sun, 12 Jul 2015 14:46:02 +0200, Tom de Vries wrote:
> This patch allows parallelization of an outer loop in an openacc kernels
> region.
\o/
> We rely on pass_lim to move the *.omp_data_i loads out of the loop nest.
> For the test-case, pass_lim was managing to move the load out of t