[AArch64] Remove SVE XFAILs
authorRichard Sandiford <richard.sandiford@linaro.org>
Mon, 5 Feb 2018 10:48:49 +0000 (10:48 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 5 Feb 2018 10:48:49 +0000 (10:48 +0000)
commitba26157992975c2cdad2020571cdabf77a5b7c41
tree744c4e3af6242fb44031e9fb8b8dc70cd5d24b13
parent87e176dfd4d2e457353eccd04e99fcb8710fb9f0
[AArch64] Remove SVE XFAILs

These tests started passing after r257293, which had the side-effect
of renumbering the SSA names and leaving the COND_EXPRs in their
natural order.

This does show a deeper underlying issue that code generation is too
sensitive to internal things like SSA_NAME versions, but it no longer
affects these particular tests (for now).

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

gcc/testsuite/
* gcc.target/aarch64/sve/vcond_4.c: Remove XFAILs.
* gcc.target/aarch64/sve/vcond_5.c: Likewise.

From-SVN: r257386
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/sve/vcond_4.c
gcc/testsuite/gcc.target/aarch64/sve/vcond_5.c