Skip to content
Snippets Groups Projects
Commit 4266932c authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16


It messes up when trying to lower.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: default avatarSamuel Iglesias Gonsálvez <siglesias@igalia.com>
parent 425c133a
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ lower_alu_instr_scalar(nir_alu_instr *instr, nir_builder *b)
}
case nir_op_unpack_64_2x32:
case nir_op_unpack_32_2x16:
return false;
LOWER_REDUCTION(nir_op_fdot, nir_op_fmul, nir_op_fadd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment