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:
@@ -794,6 +794,6 @@ impl LowerBackend for AArch64Backend {
|
||||
}
|
||||
|
||||
fn maybe_pinned_reg(&self) -> Option<Reg> {
|
||||
Some(xreg(PINNED_REG))
|
||||
Some(regs::pinned_reg())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user