pan/mdg: Eliminate load_64
[mesa.git] / src / panfrost / midgard / midgard_compile.c
index 643fe114b0da9438fe74e9d304b396841fe822bc..1ca2df891f63d8515cc4a268e78722bc7cc68283 100644 (file)
@@ -1135,9 +1135,7 @@ mir_set_intr_mask(nir_instr *instr, midgard_instruction *ins, bool is_read)
         /* Once we have the NIR mask, we need to normalize to work in 32-bit space */
         unsigned bytemask = pan_to_bytemask(dsize, nir_mask);
         mir_set_bytemask(ins, bytemask);
-
-        if (dsize == 64)
-                ins->load_64 = true;
+        ins->dest_type = nir_type_uint | dsize;
 }
 
 /* Uniforms and UBOs use a shared code path, as uniforms are just (slightly