GCN machine description
commit47bc734289bd1af7f7e99a3c49620241ca79b5f4
authorams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2019 12:31:28 +0000 (17 12:31 +0000)
committerams <ams@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2019 12:31:28 +0000 (17 12:31 +0000)
tree22a6f57ee442291acece2318ed96fdcce271e3cf
parent1b9bc90eadbdeedc1a3296e3d06597135c115f1b
GCN machine description

This patch contains the machine description portion of the GCN back-end.  I've
broken it out mainly to avoid the mailing list size limit.

2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
    Kwok Cheung Yeung  <kcy@codesourcery.com>
    Julian Brown  <julian@codesourcery.com>
    Tom de Vries  <tom@codesourcery.com>
    Jan Hubicka  <hubicka@ucw.cz>
    Martin Jambor  <mjambor@suse.cz>

gcc/
* config/gcn/constraints.md: New file.
* config/gcn/gcn-valu.md: New file.
* config/gcn/gcn.md: New file.
* config/gcn/predicates.md: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268022 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/gcn/constraints.md [new file with mode: 0644]
gcc/config/gcn/gcn-valu.md [new file with mode: 0644]
gcc/config/gcn/gcn.md [new file with mode: 0644]
gcc/config/gcn/predicates.md [new file with mode: 0644]