-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-riscv-port
-
None
-
riscv
-
linux
On behalf of Wei Kuai(kuaiwei.kw@alibaba-inc.com):
It seems zr(x0) is used as stack alignment when saving/restoring registers around calls. But it's unnecessary to ld/st x0. We need to reserve a stack slot in case requires alignment.
It seems zr(x0) is used as stack alignment when saving/restoring registers around calls. But it's unnecessary to ld/st x0. We need to reserve a stack slot in case requires alignment.