Instruction Fusion #633
Labels
enhancement
New feature or request
nice to have
Could be useful, but not a top priority
optimization
This is *just* an optimization!
Milestone
Since the fetch unit will be able to deliver multiple instructions per cycle soon, we could use that to implement instruction fusion. We could start by simply looking at two consecutive instructions and seeing if we can fuse two isa-ops into a single uop.
Examples:
The text was updated successfully, but these errors were encountered: