RE: [PATCH 06/22] arm: [MVE intrinsics] add unspec_based_mve_function_exact_insn

2023-05-02 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Christophe Lyon > Sent: Tuesday, April 18, 2023 2:46 PM > To: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; > Richard Earnshaw ; Richard Sandiford > > Cc: Christophe Lyon > Subject: [PATCH 06/22] a

[PATCH 06/22] arm: [MVE intrinsics] add unspec_based_mve_function_exact_insn

2023-04-18 Thread Christophe Lyon via Gcc-patches
Introduce a function that will be used to build intrinsics which use RTX codes for the non-predicated, no-mode version, and UNSPECS otherwise. 2022-09-08 Christophe Lyon gcc/ChangeLog: * config/arm/arm-mve-builtins-functions.h (class unspec_based_mve_function_base): New.