This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: segher
Date: Wed Oct 28 04:33:03 2015
New Revision: 229473

URL: https://gcc.gnu.org/viewcvs?rev=229473&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-2.c
    trunk/gcc/testsuite/gcc.target/powerpc/vsx-vector-2.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]