8fd7c6dc | 30-Apr-2024 |
Xuan Hu <[email protected]> |
Dispatch: fix the condition of blocked by WaitForward flag
* The uop with WaitForward flag should wait rob being empty and all uop before it being invalid. * Since uop fusion will make a bubble at t
Dispatch: fix the condition of blocked by WaitForward flag
* The uop with WaitForward flag should wait rob being empty and all uop before it being invalid. * Since uop fusion will make a bubble at the location of the latter uop in fusion pair, the uop with WaitForward flag cannot only check the very uop's invalid before it.
show more ...
|