RE: [PATCH 02/23] arm: [MVE intrinsics] factorize vqrshlq vrshlq

2023-05-05 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Christophe Lyon > Sent: Friday, May 5, 2023 9:39 AM > To: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; > Richard Earnshaw ; Richard Sandiford > > Cc: Christophe Lyon > Subject: [PATCH 02/23] arm: [MVE intrinsics] factorize vqrsh

[PATCH 02/23] arm: [MVE intrinsics] factorize vqrshlq vrshlq

2023-05-05 Thread Christophe Lyon via Gcc-patches
Factorize vqrshlq, vrshlq so that they use the same pattern. 2022-09-08 Christophe Lyon gcc/ * config/arm/iterators.md (MVE_RSHIFT_M_N, MVE_RSHIFT_N): New. (mve_insn): Add vqrshl, vrshl. * config/arm/mve.md (mve_vqrshlq_n_) (mve_vrshlq_n_): Merge into ...