[nvptx] Add early-out cases in nvptx_goacc_validate_dims
authorTom de Vries <tdevries@suse.de>
Thu, 3 Jan 2019 15:08:15 +0000 (15:08 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 3 Jan 2019 15:08:15 +0000 (15:08 +0000)
commit4b1716079db6646bd77967bb383d2da1e375694f
treee2034a6fbcfc6a09276f9f8eed81d93e18b03caf
parent5f57c8f347352a8c9fd8cfbf253a545f272850d6
[nvptx] Add early-out cases in nvptx_goacc_validate_dims

Add early-out cases for for oacc_min_dims_p and routine_p in
nvptx_goacc_validate_dims, allowing simplification of the rest of the
function.

2019-01-03  Tom de Vries  <tdevries@suse.de>

* config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add early-out
cases for oacc_min_dims_p and routine_p.  Add asserts for
oacc_default_dims_p and offload_region_p.

From-SVN: r267556
gcc/ChangeLog
gcc/config/nvptx/nvptx.c