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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user