r197135 - in /trunk/gcc: ChangeLog config/tileg...

walt@gcc.gnu.org walt@gcc.gnu.org
Wed Mar 27 06:08:00 GMT 2013


Author: walt
Date: Wed Mar 27 06:08:01 2013
New Revision: 197135

URL: http://gcc.gnu.org/viewcvs?rev=197135&root=gcc&view=rev
Log:
	* config/tilegx/tilegx.md (insn_mnz_<mode>): Replaced by ...
	(insn_mnz_v8qi): ... this ...
	(insn_mnz_v4hi): ... and this.  Replace (const_int 0) with the
	vector equivalent.
	(insn_v<n>mnz): Replaced by ...
	(insn_v1mnz): ... this ...
	(insn_v2mnz): ... and this.  Replace (const_int 0) with the vector
	equivalent.
	(insn_mz_<mode>): Replaced by ...
	(insn_mz_v8qi): ... this ...
	(insn_mz_v4hi): ... and this.  Replace (const_int 0) with the
	vector equivalent.
	(insn_v<n>mz): Replaced by ...
	(insn_v1mz): ... this ...
	(insn_v2mz): ... and this.  Replace (const_int 0) with the vector
	equivalent.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/tilegx/tilegx.md



More information about the Gcc-cvs mailing list