RE: [PATCH v2 03/22] arm: [MVE intrinsics] Rework vreinterpretq

2023-05-03 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Christophe Lyon > Sent: Wednesday, May 3, 2023 3:37 PM > To: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; > Richard Earnshaw ; Richard Sandiford > > Cc: Christophe Lyon > Subject: [PATCH v2 03/22] arm: [MVE intrinsics] Rework vrein

[PATCH v2 03/22] arm: [MVE intrinsics] Rework vreinterpretq

2023-05-03 Thread Christophe Lyon via Gcc-patches
This patch implements vreinterpretq using the new MVE intrinsics framework. The old definitions for vreinterpretq are removed as a consequence. 2022-09-08 Murray Steele Christophe Lyon gcc/ * config/arm/arm-mve-builtins-base.cc (vreinterpretq_impl): New class.