pan/bi: do not vectorize nir_op_f2fmp

Vectorizing it prevents optimisation related to the store
instruction. This is having negative impact from a shader-db
point-of-view.

Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36638>
This commit is contained in:
Romaric Jodin 2025-11-14 15:17:24 +01:00 committed by Marge Bot
parent b4c2954503
commit df0cef26f6

View file

@ -5512,6 +5512,7 @@ bi_vectorize_filter(const nir_instr *instr, const void *data)
case nir_op_f2u16:
case nir_op_f2i8:
case nir_op_f2u8:
case nir_op_f2fmp:
case nir_op_extract_u8:
case nir_op_extract_i8:
case nir_op_extract_u16: