Re: Ipa function summary pass

2017-05-24 Thread Paul Hua
Hi, On mips64el target: New Fail: FAIL: gfortran.dg/pr48636.f90 -O scan-ipa-dump fnsummary "inline hints: loop_iterations" Paul On Wed, May 24, 2017 at 4:47 PM, Christophe Lyon wrote: > Hi, > > On 23 May 2017 at 18:23, Jan Hubicka wrote: >> Hi, >> this patch finishes the breakup of ipa-inli

Re: Ipa function summary pass

2017-05-24 Thread Christophe Lyon
Hi, On 23 May 2017 at 18:23, Jan Hubicka wrote: > Hi, > this patch finishes the breakup of ipa-inline and function analysis. > The analysis is now done by separate pass and I will work on cleaning > up the interfaces now. > > Honza > > * cgraphunit.c (symbol_table::process_new_functions):

Ipa function summary pass

2017-05-23 Thread Jan Hubicka
Hi, this patch finishes the breakup of ipa-inline and function analysis. The analysis is now done by separate pass and I will work on cleaning up the interfaces now. Honza * cgraphunit.c (symbol_table::process_new_functions): Update. * ipa-fnsummary.c (pass_data_inline_parameters)