r197145 - in /branches/gcc-4_7-branch/gcc: Chan...
walt@gcc.gnu.org
walt@gcc.gnu.org
Wed Mar 27 06:33:00 GMT 2013
Author: walt
Date: Wed Mar 27 06:33:37 2013
New Revision: 197145
URL: http://gcc.gnu.org/viewcvs?rev=197145&root=gcc&view=rev
Log:
Backport from mainline:
2013-03-27 Walter Lee <walt@tilera.com>
* 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:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/tilegx/tilegx.md
More information about the Gcc-cvs
mailing list