Re: Remove early inlining from afdo pass

2025-06-26 Thread Jan Hubicka
> > > > On 24 Jun 2025, at 7:43 pm, Jan Hubicka wrote: > > > > External email: Use caution opening links or attachments > > > > > > Hi, > > this pass removes early-inlining from afdo pass since all inlining > > should now happen from early inliner. I tedted this on spec and there > > are 3 i

Re: Remove early inlining from afdo pass

2025-06-26 Thread Kugan Vivekanandarajah
> On 24 Jun 2025, at 7:43 pm, Jan Hubicka wrote: > > External email: Use caution opening links or attachments > > > Hi, > this pass removes early-inlining from afdo pass since all inlining > should now happen from early inliner. I tedted this on spec and there > are 3 inlines happening here

Remove early inlining from afdo pass

2025-06-25 Thread Jan Hubicka
Hi, this pass removes early-inlining from afdo pass since all inlining should now happen from early inliner. I tedted this on spec and there are 3 inlines happening here which are blocked at early-inline time by hitting large function growth limit. We probably want to bypass that limit, I will lo