mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 14:30:10 +01:00
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:
parent
b4c2954503
commit
df0cef26f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue