> -Original Message-
> From: Srinath Parvathaneni
> Sent: 15 June 2020 09:46
> To: gcc Patches
> Cc: Kyrylo Tkachov ; Richard Earnshaw
>
> Subject: [PATCH][GCC] arm: Fix MVE scalar shift intrinsics code-gen.
>
> Hello,
>
> This patch modifies the M
Hello,
This patch modifies the MVE scalar shift RTL patterns. The current patterns
have wrong constraints and predicates due to which the values returned from
MVE scalar shift instructions are overwritten in the code-gen.
example:
$ cat x.c
#include "arm_mve.h"
int32_t foo(int64_t acc, int shift