Hi Kyrylo, > ________________________________________ > From: Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Sent: Wednesday, October 14, 2020 10:15 AM > To: Dennis Zhang; gcc-patches@gcc.gnu.org > Cc: nd; Richard Earnshaw; Ramana Radhakrishnan > Subject: RE: [PATCH][Arm] Auto-vectorization for MVE: vmin/vmax > > Hi Dennis, > > > -----Original Message----- > > From: Dennis Zhang <dennis.zh...@arm.com> > > Sent: 06 October 2020 17:59 > > To: gcc-patches@gcc.gnu.org > > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com>; nd <n...@arm.com>; > > Richard Earnshaw <richard.earns...@arm.com>; Ramana Radhakrishnan > > <ramana.radhakrish...@arm.com> > > Subject: [PATCH][Arm] Auto-vectorization for MVE: vmin/vmax > > > > Hi all, > > > > This patch enables MVE vmin/vmax instructions for auto-vectorization. > > MVE target is included in expander smin<mode>3, umin<mode>3, > > smax<mode>3 > > and umax<mode>3 for vectorization. > > Related insns for vmin/vmax in mve.md are modified to use smin, umin, > > smax and umax expressions instead of unspec to support the expanders. > > > > Regression tested on arm-none-eabi and bootstraped on > > arm-none-linux-gnueabihf. > > > > Is it OK for trunk please? > > Ok. > Thanks, > Kyrill >
Thanks for your approval. This patch has been committed to trunk at 76835dca95ab9f3f106a0db1e6152ad0740b38b3 Cheers Dennis