nir/search: fix dumping of conversions

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35770>
This commit is contained in:
Rhys Perry
2025-06-26 17:14:23 +01:00
committed by Marge Bot
parent 08859cbe50
commit 7b291a33d4
+4
View File
@@ -606,8 +606,12 @@ dump_value(const nir_algebraic_table *table, const nir_search_value *val)
CASE(b2f)
CASE(b2i)
CASE(i2i)
CASE(u2u)
CASE(f2f)
CASE(f2i)
CASE(f2u)
CASE(i2f)
CASE(u2f)
#undef CASE
default:
fprintf(stderr, "%s", nir_op_infos[expr->opcode].name);