Re: [PATCH][AArch64] Implement usadv16qi and ssadv16qi standard names

2018-05-21 Thread Kyrill Tkachov
On 19/05/18 02:09, James Greenhalgh wrote: On Mon, May 14, 2018 at 08:38:40AM -0500, Kyrill Tkachov wrote: Hi all, This patch implements the usadv16qi and ssadv16qi standard names. See the thread at on g...@gcc.gnu.org [1] for background. The V16QImode variant is important to get right as it

Re: [PATCH][AArch64] Implement usadv16qi and ssadv16qi standard names

2018-05-18 Thread James Greenhalgh
On Mon, May 14, 2018 at 08:38:40AM -0500, Kyrill Tkachov wrote: > Hi all, > > This patch implements the usadv16qi and ssadv16qi standard names. > See the thread at on g...@gcc.gnu.org [1] for background. > > The V16QImode variant is important to get right as it is the most commonly > used patter

Re: [PATCH][AArch64] Implement usadv16qi and ssadv16qi standard names

2018-05-15 Thread Kyrill Tkachov
I realised I had forgotten to copy the maintainers... https://gcc.gnu.org/ml/gcc-patches/2018-05/msg00613.html Thanks, Kyrill On 14/05/18 14:38, Kyrill Tkachov wrote: Hi all, This patch implements the usadv16qi and ssadv16qi standard names. See the thread at on g...@gcc.gnu.org [1] for backgr

[PATCH][AArch64] Implement usadv16qi and ssadv16qi standard names

2018-05-14 Thread Kyrill Tkachov
Hi all, This patch implements the usadv16qi and ssadv16qi standard names. See the thread at on g...@gcc.gnu.org [1] for background. The V16QImode variant is important to get right as it is the most commonly used pattern: reducing vectors of bytes into an int. The midend expects the optab to com