Fix priority inversion for two back-to-back divides (#948)
If the first one is killed for some unrelated reason (e.g. write port hazard), the second one will still issue to the div-sqrt unit. While it will itself later be killed, the fact that the later instruction acquires a resource needed by the former instruction leads to deadlock.
parent
fa867bc4
Please register or sign in to comment