Implement sub-dword add/sub on amdgcn
authorAndrew Stubbs <ams@codesourcery.com>
Thu, 19 Dec 2019 13:59:05 +0000 (13:59 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Thu, 19 Dec 2019 13:59:05 +0000 (13:59 +0000)
commit77f7566e32f3f5be5d3baf38ea7dad08a107fd00
treeb5667cfe0e35881bc351924c1501624c8cb96ed2
parent2b91bb48997ec1d695a2f4c0f132958c79f2b145
Implement sub-dword add/sub on amdgcn

2019-12-19  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/gcn/gcn-valu.md (addv64si3<exec_clobber>): Rename to ...
(add<mode>3<exec_clobber>): ... this, and use VEC_ALL1REG_INT_MODE.
(addv64si3_dup<exec_clobber>): Rename to ...
(add<mode>3_dup<exec_clobber>): ... this, and use VEC_ALL1REG_INT_MODE.
(subv64si3<exec_clobber>): Rename to ...
(sub<mode>3<exec_clobber>): ... this, and use VEC_ALL1REG_INT_MODE.

From-SVN: r279574
gcc/ChangeLog
gcc/config/gcn/gcn-valu.md