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

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Tue May 8 09:35:00 GMT 2018


Author: rsandifo
Date: Tue May  8 09:35:36 2018
New Revision: 260028

URL: https://gcc.gnu.org/viewcvs?rev=260028&root=gcc&view=rev
Log:
[AArch64] Tweak sve/vcond_6.c test

sve/vcond_6.c was effectively testing a three-input logical operation,
since the result of BINOP needed to be ANDed with the loop predicate
before loading src[i].  This patch makes it really test a binary
operation instead.  A later patch will add (and optimise) the
three-operand case.

2018-05-08  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/testsuite/
	* gcc.target/aarch64/sve/vcond_6.c (LOOP): Unconditionally
	load from src[i].

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c



More information about the Gcc-cvs mailing list