Re: [PATCH v6 02/19] Remove unnecessary `record` argument from maybe_version_functions.

2025-06-21 Thread Jeff Law
On 6/12/25 10:53 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 e

[PATCH v6 02/19] Remove unnecessary `record` argument from maybe_version_functions.

2025-06-12 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