mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
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:
parent
9f7e57ce98
commit
e4d9f6fb50
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue