compiler/nir: add lowering for 16-bit ldexp
[mesa.git] / src / compiler / nir / nir_lower_bool_to_int32.c
index 064b27b9025e6315ab874e76ef3d181ff17f1469..fdd2f55175dd3a7c41d5211ce572d8848e0204bb 100644 (file)
@@ -46,6 +46,8 @@ lower_alu_instr(nir_alu_instr *alu)
 {
    const nir_op_info *op_info = &nir_op_infos[alu->op];
 
+   assert(alu->dest.dest.is_ssa);
+
    switch (alu->op) {
    case nir_op_imov:
    case nir_op_vec2: