Re: PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-05 Thread Jan Hubicka
> On Tue, Sep 3, 2024 at 4:00 AM Jan Hubicka wrote: > > > > > > > > > > > > PR ipa/116410 > > > > > * ipa-modref.cc (analyze_parms): Always analyze function > > > > > parameter > > > > > for LTO streaming. > > > > > > > > > > Signed-off-by: H.J. Lu > > > > > --- > > > > >

Re: PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-05 Thread H.J. Lu
On Tue, Sep 3, 2024 at 4:00 AM Jan Hubicka wrote: > > > > > > > > > PR ipa/116410 > > > > * ipa-modref.cc (analyze_parms): Always analyze function > > > > parameter > > > > for LTO streaming. > > > > > > > > Signed-off-by: H.J. Lu > > > > --- > > > > gcc/ipa-modref.cc |

Re: PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-03 Thread Jan Hubicka
> > > > > > PR ipa/116410 > > > * ipa-modref.cc (analyze_parms): Always analyze function parameter > > > for LTO streaming. > > > > > > Signed-off-by: H.J. Lu > > > --- > > > gcc/ipa-modref.cc | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff

Re: PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-03 Thread Richard Biener
On Mon, Sep 2, 2024 at 4:23 AM H.J. Lu wrote: > > On Tue, Aug 27, 2024 at 1:11 PM H.J. Lu wrote: > > > > Update analyze_parms not to disable function parameter analysis for > > -ffat-lto-objects. Tested on x86-64, there are no differences in zstd > > with "-O2 -flto=auto" -g "vs -O2 -flto=auto -

Re: PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-03 Thread Sam James
"H.J. Lu" writes: > On Tue, Aug 27, 2024 at 1:11 PM H.J. Lu wrote: >> >> Update analyze_parms not to disable function parameter analysis for >> -ffat-lto-objects. Tested on x86-64, there are no differences in zstd >> with "-O2 -flto=auto" -g "vs -O2 -flto=auto -g -ffat-lto-objects". >> >>

PING: [PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-09-01 Thread H.J. Lu
On Tue, Aug 27, 2024 at 1:11 PM H.J. Lu wrote: > > Update analyze_parms not to disable function parameter analysis for > -ffat-lto-objects. Tested on x86-64, there are no differences in zstd > with "-O2 -flto=auto" -g "vs -O2 -flto=auto -g -ffat-lto-objects". > > PR ipa/116410 > *

[PATCH] ipa: Don't disable function parameter analysis for fat LTO streaming

2024-08-27 Thread H.J. Lu
Update analyze_parms not to disable function parameter analysis for -ffat-lto-objects. Tested on x86-64, there are no differences in zstd with "-O2 -flto=auto" -g "vs -O2 -flto=auto -g -ffat-lto-objects". PR ipa/116410 * ipa-modref.cc (analyze_parms): Always analyze function param