rs6000: Fix tests for xvmadd and xvnmsub
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 28 Oct 2015 04:33:03 +0000 (05:33 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 28 Oct 2015 04:33:03 +0000 (05:33 +0100)
commitc39f02efe758e3e7364daf7b9286f80b422c8e81
tree32890e174cb1701bab1f4e008fe886bb9bac221e
parente4834818d22f5c663b24940fd5b04da266e11fe8
rs6000: Fix tests for xvmadd and xvnmsub

The patterns involved can create vmadd resp. vnmsub instructions instead.
This patch changes the testcases to allow those.

2015-10-26  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/testsuite/
* gcc.target/powerpc/vsx-builtin-2.c: Allow vmadd and vnmsub as well
as xvmadd and xvnmsub.
* gcc.target/powerpc/vsx-vector-2.c: Allow vmadd as well as xvmadd.

From-SVN: r229473
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vsx-builtin-2.c
gcc/testsuite/gcc.target/powerpc/vsx-vector-2.c