RE: [PATCH 04/22] arm: [MVE intrinsics] Rework vuninitialized

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 04/22] arm: [MVE intrinsics] Rework vunin

[PATCH 04/22] arm: [MVE intrinsics] Rework vuninitialized

2023-04-18 Thread Christophe Lyon via Gcc-patches
Implement vuninitialized using the new MVE builtins framework. We need to keep the overloaded __arm_vuninitializedq definitions because their resolution depends on the result type only, which is not currently supported by the resolver. 2022-09-08 Murray Steele Christophe Lyon gc