aco: remove v_{add,sub,subrev}_u32 on GFX8
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 12 Nov 2020 11:13:36 +0000 (12:13 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 16 Nov 2020 10:56:13 +0000 (10:56 +0000)
commit2f5b3ac2f85dbbcc25ac3709560aa5db3ed24193
tree00afe6372e57bc6d5700a52b657b049b1aa96afc
parente7f8c195d80a0c981f63e6c527d6bd4dc83249b5
aco: remove v_{add,sub,subrev}_u32 on GFX8

These opcodes are never used and they always write the carry-out
according to the GCN3 ISA documentation.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7569>
src/amd/compiler/aco_opcodes.py