Re: [PATCH] aarch64: Fix function multiversioning mangling

2024-01-25 Thread Richard Sandiford
Andrew Carlotti writes: > It would be neater if the middle end for target_clones used a target > hook for version name mangling, so we only do version name mangling > once. However, that would require more intrusive refactoring that will > have to wait till Stage 1. > > > This patch builds upon t

[PATCH] aarch64: Fix function multiversioning mangling

2024-01-16 Thread Andrew Carlotti
It would be neater if the middle end for target_clones used a target hook for version name mangling, so we only do version name mangling once. However, that would require more intrusive refactoring that will have to wait till Stage 1. This patch builds upon the testsuite additions in patch 1/5 o