> -----Original Message----- > From: Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> > Sent: 02 April 2020 09:22 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Subject: [PATCH][GCC][Arm]: MVE: Fix polymorphism for scalars and > constants > > Hi, > > This patch merges some polymorphic functions that were incorrectly > separating scalar variants. It also simplifies the way we detect scalars and > constants in mve_typeid. > > Regression tested for arm-none-eabi. > > Is this OK for trunk?
Ok. Thanks, Kyrill > > 2020-04-02 Andre Vieira <andre.simoesdiasvie...@arm.com> > > * config/arm/arm_mve.h (vsubq_n): Merge with... > (vsubq): ... this. > (vmulq_n): Merge with... > (vmulq): ... this. > (__ARM_mve_typeid): Simplify scalar and constant detection.