Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-26 Thread Andi Kleen
On Tue, Nov 26, 2024 at 04:06:37PM -0800, Andrew Pinski wrote: > On Thu, Oct 31, 2024 at 1:41 PM Andi Kleen wrote: > > > > From: Andi Kleen > > > > autofdo looks up inline stacks and tries to match them with the profile > > data using their symbol name. Make sure all decls that can be in a inline

Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-26 Thread Andrew Pinski
On Thu, Oct 31, 2024 at 1:41 PM Andi Kleen wrote: > > From: Andi Kleen > > autofdo looks up inline stacks and tries to match them with the profile > data using their symbol name. Make sure all decls that can be in a inline > stack > have a valid assembler name. > > This fixes a bootstrap problem

RE: [EXTERNAL] Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-08 Thread Eugene Rozenfeld
assembler name for abstract decls for autofdo On Tue, Nov 5, 2024 at 6:08 PM Andi Kleen wrote: > > On Tue, Nov 05, 2024 at 09:47:17AM +0100, Richard Biener wrote: > > On Tue, Nov 5, 2024 at 2:02 AM Jason Merrill wrote: > > > > > > On 10/31/24 4:40 PM, Andi Kleen w

Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-06 Thread Richard Biener
On Tue, Nov 5, 2024 at 6:08 PM Andi Kleen wrote: > > On Tue, Nov 05, 2024 at 09:47:17AM +0100, Richard Biener wrote: > > On Tue, Nov 5, 2024 at 2:02 AM Jason Merrill wrote: > > > > > > On 10/31/24 4:40 PM, Andi Kleen wrote: > > > > From: Andi Kleen > > > > > > > > autofdo looks up inline stacks

Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-05 Thread Andi Kleen
On Tue, Nov 05, 2024 at 09:47:17AM +0100, Richard Biener wrote: > On Tue, Nov 5, 2024 at 2:02 AM Jason Merrill wrote: > > > > On 10/31/24 4:40 PM, Andi Kleen wrote: > > > From: Andi Kleen > > > > > > autofdo looks up inline stacks and tries to match them with the profile > > > data using their sy

Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-05 Thread Richard Biener
On Tue, Nov 5, 2024 at 2:02 AM Jason Merrill wrote: > > On 10/31/24 4:40 PM, Andi Kleen wrote: > > From: Andi Kleen > > > > autofdo looks up inline stacks and tries to match them with the profile > > data using their symbol name. Make sure all decls that can be in a inline > > stack > > have a v

Re: [PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-11-04 Thread Jason Merrill
On 10/31/24 4:40 PM, Andi Kleen wrote: From: Andi Kleen autofdo looks up inline stacks and tries to match them with the profile data using their symbol name. Make sure all decls that can be in a inline stack have a valid assembler name. This fixes a bootstrap problem with autoprofiledbootstrap

[PATCH] PR117350: Keep assembler name for abstract decls for autofdo

2024-10-31 Thread Andi Kleen
From: Andi Kleen autofdo looks up inline stacks and tries to match them with the profile data using their symbol name. Make sure all decls that can be in a inline stack have a valid assembler name. This fixes a bootstrap problem with autoprofiledbootstrap and LTO. 2024-10-30 Jason Merrill