aco/tests: fix tests with LLVM 17

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10106
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26092>
This commit is contained in:
Rhys Perry 2023-11-07 12:44:17 +00:00 committed by Marge Bot
parent 9f7e57ce98
commit e4d9f6fb50

View file

@ -910,7 +910,7 @@ BEGIN_TEST(assembler.gfx11.vop12c_v128)
fprintf(output, "llvm_version: %u\n", LLVM_VERSION_MAJOR);
//>> BB0:
//; if llvm_ver >= 16:
//; if llvm_ver == 16:
//; insert_pattern('v_mul_f16_e32 v0, v1, v2 ; Error: VGPR_32_Lo128: unknown register 128 ; 6a000501')
//; else:
//; insert_pattern('v_mul_f16_e32 v0, v1, v2 ; 6a000501')