gcc/gcc ChangeLog.autovect tree-vect-transform ...

dorit@gcc.gnu.org dorit@gcc.gnu.org
Thu Oct 6 15:55:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	autovect-branch
Changes by:	dorit@gcc.gnu.org	2005-10-06 15:55:04

Modified files:
	gcc            : ChangeLog.autovect tree-vect-transform.c 
	gcc/config/rs6000: altivec.md 
	gcc/testsuite  : ChangeLog.autovect 
	gcc/testsuite/gcc.dg/vect: vect-120.c vect-reduc-dot-s8.c 
	                           vect-reduc-dot-u16.c 
Added files:
	gcc/testsuite/gcc.dg/vect: vect-reduc-dot-u8s16.c 
Removed files:
	gcc/testsuite/gcc.dg/vect: vect-reduc-dot-s8s16.c 

Log message:
	* tree-vect-transform.c (vectorizable_reduction): Support vectorization in
	the presence of multiple-data-types (i.e. - the vectorization factor is
	bigger than the number of elements in vectype for this operation).
	(vectorizable_operation): Add documentation. Fix support for constant and
	invariant operands.
	(vectorizable_store, vectorizable_load): Add documentation.
	* config/rs6000/altivec.md (sdot_prodv16qi): Pattern removed.
	
	* gcc.dg/vect/vect-120.c: Change to also test constant operands.
	* gcc.dg/vect/vect-reduc-dot-s8.c: Not vectorized on ppc.
	* gcc.dg/vect/vect-reduc-dot-u16.c: Remove unused variable.
	* gcc.dg/vect/vect-reduc-dot-s8s16.c: Removed.
	* gcc.dg/vect/vect-reduc-dot-u8s16: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.autovect.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.88&r2=1.1.2.89
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vect-transform.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.1.4.22&r2=2.1.4.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.md.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.24.8.12&r2=1.24.8.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.autovect.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.46&r2=1.1.2.47
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8s16.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/vect/vect-120.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8s16.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.1&r2=NONE



More information about the Gcc-cvs mailing list