]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: tilegx.md (insn_mnz_<mode>): Replaced by ...
authorWalter Lee <walt@tilera.com>
Wed, 27 Mar 2013 06:33:37 +0000 (06:33 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Wed, 27 Mar 2013 06:33:37 +0000 (06:33 +0000)
commit16bdd750d192b0b62637c1c1485a45b9f05872c2
tree09004a96a1b2a7fb7923bc05617852dfe823bc8a
parent3c22b04548b6b455f6c099a125f9d4c9f70efe93
backport: tilegx.md (insn_mnz_<mode>): Replaced by ...

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.

From-SVN: r197145
gcc/ChangeLog
gcc/config/tilegx/tilegx.md