Re: [OpenACC 9/11] oacc_device_lower pass gate

2015-10-27 Thread Nathan Sidwell
On 10/22/15 02:32, Jakub Jelinek wrote: On Wed, Oct 21, 2015 at 03:50:31PM -0400, Nathan Sidwell wrote: This patch is obvious, but included for completeness. We always want to run the device lowering pass (when openacc is enabled), in order to delete the marker and loop functions that should ne

Re: [OpenACC 9/11] oacc_device_lower pass gate

2015-10-22 Thread Jakub Jelinek
On Wed, Oct 21, 2015 at 03:50:31PM -0400, Nathan Sidwell wrote: > > This patch is obvious, but included for completeness. We always want to run > the device lowering pass (when openacc is enabled), in order to delete the > marker and loop functions that should never be seen after this point. > >

Re: [OpenACC 9/11] oacc_device_lower pass gate

2015-10-21 Thread Nathan Sidwell
This patch is obvious, but included for completeness. We always want to run the device lowering pass (when openacc is enabled), in order to delete the marker and loop functions that should never be seen after this point. nathan 2015-10-20 Nathan Sidwell * omp-low.c (pass_oacc_device_lowe