aco: replace == GFX10 with >= GFX10 where it's needed
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 8 Jun 2020 16:45:35 +0000 (18:45 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 19 Jun 2020 06:18:39 +0000 (08:18 +0200)
commit8c144482ea1a12ea681ea35b44b4cfcb632da488
tree8abd52ac006148a011a807a120fbc7abd19fc78d
parent3c28438094b8345bc0797e02af728ca41049d4bb
aco: replace == GFX10 with >= GFX10 where it's needed

Assume the GFX10.3 ISA is similar to GFX10 which is likely (except
possible minor changes and new instructions for raytracing).

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5389>
src/amd/compiler/aco_assembler.cpp
src/amd/compiler/aco_lower_to_hw_instr.cpp
src/amd/compiler/aco_print_asm.cpp