r229951 - in /branches/gomp-4_0-branch/gcc: Cha...

vries@gcc.gnu.org vries@gcc.gnu.org
Sun Nov 8 15:36:00 GMT 2015


Author: vries
Date: Sun Nov  8 15:36:44 2015
New Revision: 229951

URL: https://gcc.gnu.org/viewcvs?rev=229951&root=gcc&view=rev
Log:
Insert IFN_GOACC_DIM_POS for oacc kernels call in parloops

2015-11-08  Tom de Vries  <tom@codesourcery.com>

	* omp-low.c (lower_omp_target): Remove insertion of IFN_GOACC_DIM_POS
	call in kernels region.
	* tree-parloops.c: Include gomp-constants.h.
	(oacc_entry_exit_single_gang): Remove gang_pos parameter.  Insert
	IFN_GOACC_DIM_POS call, if required.
	(oacc_entry_exit_ok): Remove gang_pos variable.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/tree-parloops.c



More information about the Gcc-cvs mailing list