Re: [PATCH v5 09/24] Add assembler_name to cgraph_function_version_info.

2025-06-11 Thread Jeff Law
On 6/11/25 6:03 AM, Alfie Richards wrote: On 04/06/2025 15:59, Jeff Law wrote: On 5/29/25 6:46 AM, Alfie Richards wrote: Add the assembler_name member to cgraph_function_version_info to store the base assembler name of the funciton set, before FMV mangling. This is Just a typo in the pat

Re: [PATCH v5 09/24] Add assembler_name to cgraph_function_version_info.

2025-06-11 Thread Alfie Richards
On 04/06/2025 15:59, Jeff Law wrote: On 5/29/25 6:46 AM, Alfie Richards wrote: Add the assembler_name member to cgraph_function_version_info to store the base assembler name of the funciton set, before FMV mangling. This is Just a typo in the patch description.  Should be "function". used in

Re: [PATCH v5 09/24] Add assembler_name to cgraph_function_version_info.

2025-06-04 Thread Jeff Law
On 5/29/25 6:46 AM, Alfie Richards wrote: Add the assembler_name member to cgraph_function_version_info to store the base assembler name of the funciton set, before FMV mangling. This is Just a typo in the patch description. Should be "function". used in later patches for refactoring FMV ma

[PATCH v5 09/24] Add assembler_name to cgraph_function_version_info.

2025-05-29 Thread Alfie Richards
Add the assembler_name member to cgraph_function_version_info to store the base assembler name of the funciton set, before FMV mangling. This is used in later patches for refactoring FMV mangling. gcc/ChangeLog: * cgraph.cc (cgraph_node::insert_new_function_version): Record assemb