Support returning a value in the TAC #158

Closed
opened 2025-11-16 19:01:59 +01:00 by belka · 0 comments
Owner

ret instruction should support an operand, the returned value. So that there is no need to rewrite return x to assign t0, a0; ret.

`ret` instruction should support an operand, the returned value. So that there is no need to rewrite `return x` to `assign t0, a0; ret`.
belka added the ir label 2025-11-16 19:01:59 +01:00
belka closed this issue 2025-11-18 20:20:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#158