RE: [PATCH][GCC-10 Backport] arm: Fix the failing mve scalar shift execution tests.

2020-07-01 Thread Kyrylo Tkachov
> -Original Message- > From: Srinath Parvathaneni > Sent: 22 June 2020 17:21 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov > Subject: [PATCH][GCC-10 Backport] arm: Fix the failing mve scalar shift > execution tests. > > Hello, > > In GCC testsui

[PATCH][GCC-10 Backport] arm: Fix the failing mve scalar shift execution tests.

2020-06-22 Thread Srinath Parvathaneni
Hello, In GCC testsuite the MVE scalar shift execution tests (mve_scalar_shifts[1-4].c) are failings because of executing them on target hardware which doesn't support MVE instructions. This patch restricts those tests to execute only on target hardware that support MVE instructions.