RE: [PATCH 12/22] arm: [MVE intrinsics] add binary_orrq shape

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 12/22] arm: [MVE intrinsics] add binary_orrq s

[PATCH 12/22] arm: [MVE intrinsics] add binary_orrq shape

2023-04-18 Thread Christophe Lyon via Gcc-patches
patch adds the binary_orrq shape description. MODE_n intrinsics use a set of predicates (preds_m_or_none) different the MODE_none ones, so we explicitly reference preds_m_or_none from the shape, thus we need to make it a global array. 2022-09-08 Christophe Lyon gcc/ * config/a