Re: [PATCH v4 04/20] Remove unnecessary `record` argument from maybe_version_functions.

2025-06-01 Thread Jeff Law
On 5/28/25 4:10 AM, Alfie Richards wrote: Previously, the `record` argument in maybe_version_function allowed the call to cgraph_node::record_function_versions to be skipped. However, this was only skipped when both decls were already marked as versioned, in which case we trigger the early ex

[PATCH v4 04/20] Remove unnecessary `record` argument from maybe_version_functions.

2025-05-28 Thread Alfie Richards
Previously, the `record` argument in maybe_version_function allowed the call to cgraph_node::record_function_versions to be skipped. However, this was only skipped when both decls were already marked as versioned, in which case we trigger the early exit in record_function_versions instead. Therefo

[PATCH v4 04/20] Remove unnecessary `record` argument from maybe_version_functions.

2025-04-15 Thread Alfie Richards
Previously, the `record` argument in maybe_version_function allowed the call to cgraph_node::record_function_versions to be skipped. However, this was only skipped when both decls were already marked as versioned, in which case we trigger the early exit in record_function_versions instead. Therefo