Re: [AutoFDO] Profile merging for clone test

2025-06-10 Thread Jan Hubicka
> Hi, > > > On 4 Jun 2025, at 9:53 pm, Jan Hubicka wrote: > > > > External email: Use caution opening links or attachments > > > > > >> This patch introduces a new testcase to verify the merging of profiles > >> is performed for cloned functions. > >> > >> Since this is invoked very early, be

Re: [AutoFDO] Profile merging for clone test

2025-06-09 Thread Jan Hubicka
OK, thanks! Honza

Re: [AutoFDO] Profile merging for clone test

2025-06-08 Thread Kugan Vivekanandarajah
> On 9 Jun 2025, at 9:43 am, Kugan Vivekanandarajah > wrote: > > > > > On 7 Jun 2025, at 3:30 pm, Kugan Vivekanandarajah > > wrote: > > > > Hi, > > > > > > > On 6 Jun 2025, at 4:15 pm, Kugan Vivekanandarajah > > > wrote: > > > > > > Hi Andrew, > > > > > > > > >> On 6 Jun 2025, at 4:06 pm, A

Re: [AutoFDO] Profile merging for clone test

2025-06-05 Thread Andrew Pinski
On Thu, Jun 5, 2025 at 11:01 PM Kugan Vivekanandarajah wrote: > > Hi Andrew, > > > On 6 Jun 2025, at 8:18 am, Andrew Pinski wrote: > > > > External email: Use caution opening links or attachments > > > > > > On Wed, Jun 4, 2025 at 12:02 AM Kugan Vivekanandarajah > > wrote: > >> > >> This patch i

Re: [AutoFDO] Profile merging for clone test

2025-06-05 Thread Kugan Vivekanandarajah
Hi Andrew, > On 6 Jun 2025, at 8:18 am, Andrew Pinski wrote: > > External email: Use caution opening links or attachments > > > On Wed, Jun 4, 2025 at 12:02 AM Kugan Vivekanandarajah > wrote: >> >> This patch introduces a new testcase to verify the merging of profiles >> is performed for clo

Re: [AutoFDO] Profile merging for clone test

2025-06-05 Thread Andrew Pinski
On Wed, Jun 4, 2025 at 12:02 AM Kugan Vivekanandarajah wrote: > > This patch introduces a new testcase to verify the merging of profiles > is performed for cloned functions. > > Since this is invoked very early, before the pass manager, we need to > set up the dumping explicitly. This is similar t

Re: [AutoFDO] Profile merging for clone test

2025-06-05 Thread Kugan Vivekanandarajah
Hi, > On 4 Jun 2025, at 9:53 pm, Jan Hubicka wrote: > > External email: Use caution opening links or attachments > > >> This patch introduces a new testcase to verify the merging of profiles >> is performed for cloned functions. >> >> Since this is invoked very early, before the pass manager,

Re: [AutoFDO] Profile merging for clone test

2025-06-04 Thread Jan Hubicka
> This patch introduces a new testcase to verify the merging of profiles > is performed for cloned functions. > > Since this is invoked very early, before the pass manager, we need to > set up the dumping explicitly. This is similar to the handling in > finish_optimization_passes. > > gcc/ChangeL