Generate SSA code from returns (#5172)
Modify return pseudo-instructions to have pairs of registers: virtual and real. This allows us to constrain the virtual registers to the real ones specified by the abi, instead of directly emitting moves to those real registers.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
(Args
|
||||
(args VecArgPair))
|
||||
|
||||
(Ret (rets VecReg))
|
||||
(Ret (rets VecRetPair))
|
||||
|
||||
(Extend
|
||||
(rd WritableReg)
|
||||
|
||||
Reference in New Issue
Block a user