Re: [committed] Make SVE tests work with --with-cpu

2021-04-16 Thread Richard Sandiford via Gcc-patches
Christophe Lyon writes: > On Thu, 15 Apr 2021 at 17:19, Richard Sandiford via Gcc-patches > wrote: >> >> A lot of the SVE assembly tests are for generic-tuned SVE codegen >> and so can fail when run on a toolchain configured with --with-cpu. >> >> This could easily be solved by forcing

Re: [committed] Make SVE tests work with --with-cpu

2021-04-16 Thread Christophe Lyon via Gcc-patches
On Thu, 15 Apr 2021 at 17:19, Richard Sandiford via Gcc-patches wrote: > > A lot of the SVE assembly tests are for generic-tuned SVE codegen > and so can fail when run on a toolchain configured with --with-cpu. > > This could easily be solved by forcing -mtune=generic, like we already > do for

[committed] Make SVE tests work with --with-cpu

2021-04-15 Thread Richard Sandiford via Gcc-patches
A lot of the SVE assembly tests are for generic-tuned SVE codegen and so can fail when run on a toolchain configured with --with-cpu. This could easily be solved by forcing -mtune=generic, like we already do for -moverride=tune=none. However, the testsuite also has some useful execution tests