]> git.ipfire.org Git - thirdparty/gcc.git/commit
GCN: Remove 'FIRST_{SGPR,VGPR,AVGPR}_REG', 'LAST_{SGPR,VGPR,AVGPR}_REG' from machine...
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 31 Jan 2024 12:27:34 +0000 (13:27 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Thu, 1 Feb 2024 11:29:25 +0000 (12:29 +0100)
commit31938936d740f70bede1011a8a7dbc0689b92e69
tree4129ae806a830dbb0e4a877ba464adb63e955c20
parentf9eb021283d33846006330e73c4a12f9ffeb4d40
GCN: Remove 'FIRST_{SGPR,VGPR,AVGPR}_REG', 'LAST_{SGPR,VGPR,AVGPR}_REG' from machine description

They're not used there, and we avoid potentially out-of-sync definitions.

gcc/
* config/gcn/gcn.md (FIRST_SGPR_REG, LAST_SGPR_REG)
(FIRST_VGPR_REG, LAST_VGPR_REG, FIRST_AVGPR_REG, LAST_AVGPR_REG):
Don't 'define_constants'.
gcc/config/gcn/gcn.md