cranelift: Rework pinned register lowering (#5249)
Rework pinned register lowering to avoid the use of pinned virtual registers, instead using the MovFromPReg and MovToPReg pseudo instructions.
This commit is contained in:
@@ -11,6 +11,8 @@ block0:
|
||||
}
|
||||
|
||||
; block0:
|
||||
; add x21, x21, #1
|
||||
; mov x1, x21
|
||||
; add x1, x1, #1
|
||||
; mov x21, x1
|
||||
; ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user