Re: [PATCH] arm: Auto-vectorization for MVE clean condition for vand and vorr expanders

2020-12-11 Thread Christophe Lyon via Gcc-patches
On Fri, 11 Dec 2020 at 17:35, Kyrylo Tkachov wrote: > > > > > -Original Message- > > From: Gcc-patches On Behalf Of > > Christophe Lyon via Gcc-patches > > Sent: 11 December 2020 16:33 > > To: gcc-patches@gcc.gnu.org > > Subject: [PATCH] ar

RE: [PATCH] arm: Auto-vectorization for MVE clean condition for vand and vorr expanders

2020-12-11 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 11 December 2020 16:33 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] arm: Auto-vectorization for MVE clean condition for vand > and vorr expanders >

[PATCH] arm: Auto-vectorization for MVE clean condition for vand and vorr expanders

2020-12-11 Thread Christophe Lyon via Gcc-patches
The patch restores the unconditional definition of the VDQ iterator, and changes the conditions of the vand and vorr expanders to use ARM_HAVE__ARITH. 2020-12-11 Christophe Lyon gcc/ * config/arm/iterators.md (VDQ): Remove TARGET_HAVE_MVE conditions. * config/ar