You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
We do not currently support the lowering of an instruction in which the virtual register storing its destination operand is used directly by a subsequent instruction, without first being stored in the stack (see the difference between the two examples below).
As we do not have physical registers, to support this we will need to store the intermediate result (e.g. %9 in the second example) in the stack. We should do this statically, and reuse stack items.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We do not currently support the lowering of an instruction in which the virtual register storing its destination operand is used directly by a subsequent instruction, without first being stored in the stack (see the difference between the two examples below).
As we do not have physical registers, to support this we will need to store the intermediate result (e.g. %9 in the second example) in the stack. We should do this statically, and reuse stack items.
The text was updated successfully, but these errors were encountered: