Re: [PATCH v2] Fix MV clones can not redirect to specific target on some targets

2024-11-20 Thread Andrew Carlotti
On Sun, Oct 27, 2024 at 04:00:43PM +, Yangyu Chen wrote: > Following the implementation of commit b8ce8129a5 ("Redirect call > within specific target attribute among MV clones (PR ipa/82625)"), > we can now optimize calls by invoking a versioned function callee > from a caller that shares the s

Re: [PATCH v2] Fix MV clones can not redirect to specific target on some targets

2024-11-19 Thread Jeff Law
On 11/19/24 10:29 AM, Andrew Carlotti wrote: On Sun, Oct 27, 2024 at 04:00:43PM +, Yangyu Chen wrote: Following the implementation of commit b8ce8129a5 ("Redirect call within specific target attribute among MV clones (PR ipa/82625)"), we can now optimize calls by invoking a versioned func

Re: [PATCH v2] Fix MV clones can not redirect to specific target on some targets

2024-11-19 Thread Yangyu Chen
Ping again. On 11/5/24 11:37, Yangyu Chen wrote: Ping and also CC Jeff and Kito. This is also useful for RISC-V since RISC-V uses target_version, which defines TARGET_HAS_FMV_TARGET_ATTRIBUTE to zero. On 10/28/24 00:00, Yangyu Chen wrote: Following the implementation of commit b8ce8129a5 ("R

Re: [PATCH v2] Fix MV clones can not redirect to specific target on some targets

2024-11-04 Thread Yangyu Chen
Ping and also CC Jeff and Kito. This is also useful for RISC-V since RISC-V uses target_version, which defines TARGET_HAS_FMV_TARGET_ATTRIBUTE to zero. On 10/28/24 00:00, Yangyu Chen wrote: Following the implementation of commit b8ce8129a5 ("Redirect call within specific target attribute among

[PATCH v2] Fix MV clones can not redirect to specific target on some targets

2024-10-27 Thread Yangyu Chen
Following the implementation of commit b8ce8129a5 ("Redirect call within specific target attribute among MV clones (PR ipa/82625)"), we can now optimize calls by invoking a versioned function callee from a caller that shares the same target attribute. However, on targets that define TARGET_HAS_FMV_