Skip to content

broadcom/compiler: don't move ldvary earlier if current instruction has ldunif

Iago Toral requested to merge itoral/mesa:v3d_fixup_ldvary_pipelining into main

If we did, we would have the instruction coming right after ldvary write to the same implicit destination as ldvary at the same time. We prevent this when merging instructions, but we should make sure we prevent this when we move ldvary around for pipelining too.

Merge request reports