Re: [PATCH v2 4/5] Add support for target_version attribute

2023-12-04 Thread Andrew Carlotti
On Wed, Nov 29, 2023 at 05:53:56PM +, Richard Sandiford wrote: > Andrew Carlotti writes: > > This patch adds support for the "target_version" attribute to the middle > > end and the C++ frontend, which will be used to implement function > > multiversioning in the aarch64 backend. > > > > On ta

Re: [PATCH v2 4/5] Add support for target_version attribute

2023-11-29 Thread Richard Sandiford
Andrew Carlotti writes: > This patch adds support for the "target_version" attribute to the middle > end and the C++ frontend, which will be used to implement function > multiversioning in the aarch64 backend. > > On targets that don't use the "target" attribute for multiversioning, > there is no

[PATCH v2 4/5] Add support for target_version attribute

2023-11-16 Thread Andrew Carlotti
This patch adds support for the "target_version" attribute to the middle end and the C++ frontend, which will be used to implement function multiversioning in the aarch64 backend. On targets that don't use the "target" attribute for multiversioning, there is no conflict between the "target" and "t