[AArch64] Tweak sve/vcond_6.c test
authorRichard Sandiford <richard.sandiford@linaro.org>
Tue, 8 May 2018 09:35:36 +0000 (09:35 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 8 May 2018 09:35:36 +0000 (09:35 +0000)
commit4fdd8b18ecb46da1b89c00f1ab500fb15106189d
tree3ade4980cbefa2515678f71e49237b7485ba41b9
parent3e8f909a069d36528b4cfd404db8d857f9a9d95b
[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].

From-SVN: r260028
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c