v3d: Drop incorrect dependency for flpop.

It is just shifting probably-means-flags bits out of a value, it doesn't
actually update the flags on its own.
This commit is contained in:
Eric Anholt 2018-12-28 22:02:27 -08:00
parent a7c9fd7573
commit 39b1112189

View file

@ -359,10 +359,6 @@ calculate_deps(struct schedule_state *state, struct schedule_node *n)
add_read_dep(state, state->last_sf, n);
break;
case V3D_QPU_A_FLPOP:
add_write_dep(state, &state->last_sf, n);
break;
default:
break;
}