v3d: Drop a perf note about merging unpack_half_*, which has been implemented.

This is handled with copy-propagation now.
This commit is contained in:
Eric Anholt 2019-02-06 13:19:06 -08:00
parent 146e432b49
commit 16f5085490

View file

@ -1048,9 +1048,6 @@ ntq_emit_alu(struct v3d_compile *c, nir_alu_instr *instr)
break;
case nir_op_unpack_half_2x16_split_x:
/* XXX perf: It would be good to be able to merge this unpack
* with whatever uses our result.
*/
result = vir_FMOV(c, src[0]);
vir_set_unpack(c->defs[result.index], 0, V3D_QPU_UNPACK_L);
break;