Re: [PATCH] Disable IPA-SRA for always_inline functions

2014-04-14 Thread Martin Jambor
Hi, On Wed, Apr 02, 2014 at 02:29:55PM +0200, Richard Biener wrote: > On Wed, 2 Apr 2014, Martin Jambor wrote: > > > Hi, > > > > when dealing with a PR yesterday I have noticed that IPA-SRA was > > modifying an always_inline function which is useless work since the > > function must then be inli

Re: [PATCH] Disable IPA-SRA for always_inline functions

2014-04-02 Thread Jan Hubicka
> Hi, > > when dealing with a PR yesterday I have noticed that IPA-SRA was > modifying an always_inline function which is useless work since the > function must then be inlined anyway. Thus I'd like to propose the > following simple change disabling it in such cases. > > Included in a bootstrap

Re: [PATCH] Disable IPA-SRA for always_inline functions

2014-04-02 Thread Richard Biener
On Wed, 2 Apr 2014, Martin Jambor wrote: > Hi, > > when dealing with a PR yesterday I have noticed that IPA-SRA was > modifying an always_inline function which is useless work since the > function must then be inlined anyway. Thus I'd like to propose the > following simple change disabling it in