r278549 - in /trunk/gcc/testsuite: ChangeLog gc...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Nov 21 12:03:00 GMT 2019


Author: rsandifo
Date: Thu Nov 21 12:03:54 2019
New Revision: 278549

URL: https://gcc.gnu.org/viewcvs?rev=278549&root=gcc&view=rev
Log:
[AArch64] Add -fno-vect-cost-model to sve2/whilerw_1.c

Bumping the cost of vec_to_scalar made the .s loop in
gcc.target/aarch64/sve2/whilerw_1.c use a runtime profitability check,
like the .d version already did.  Since the cost model isn't really
being tested here, the most robust fix seemed to be to disable it,
which I should really have done from the outset.

2019-11-21  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	* gcc.target/aarch64/sve2/whilerw_1.c: Add -fno-vect-cost-model.
	Require x0 in the .d test too.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilerw_1.c



More information about the Gcc-cvs mailing list