nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll
[mesa.git] / src / compiler / nir / nir_lower_bool_to_float.c
index c48b800a365eafff4d133fb9179e39abad698ab7..c07121f6d882be4f770e961391ce972031d31531 100644 (file)
@@ -52,6 +52,7 @@ lower_alu_instr(nir_builder *b, nir_alu_instr *alu)
    /* Replacement SSA value */
    nir_ssa_def *rep = NULL;
    switch (alu->op) {
+   case nir_op_mov:
    case nir_op_vec2:
    case nir_op_vec3:
    case nir_op_vec4: