Re: IPA/cgraph: propagating node frequencies to offloaded functions

2016-02-15 Thread Martin Jambor
Hi, On Fri, Feb 12, 2016 at 05:40:58PM +0100, Thomas Schwinge wrote: > Hi! > > As I'm touching areas of GCC here, that I have no noteworthy experience > with (IPA optimizations, cgraph), I'm asking for your help. Thanks! > > This is primarily to implement a better "avoid offloading" policy for

IPA/cgraph: propagating node frequencies to offloaded functions

2016-02-12 Thread Thomas Schwinge
Hi! As I'm touching areas of GCC here, that I have no noteworthy experience with (IPA optimizations, cgraph), I'm asking for your help. Thanks! This is primarily to implement a better "avoid offloading" policy for un-parallelized OpenACC kernels constructs with nvptx offloading,