Commit eaae766a authored by Cyrill Leutwiler's avatar Cyrill Leutwiler Committed by Tom Stellard
Browse files

[RISCV] Support rv{32, 64}e in the compiler builtins (#88252)

Register spills (save/restore) in RISC-V embedded work differently
because there are less registers and different stack alignment.

[GCC equivalent
](https://github.com/gcc-mirror/gcc/blob/master/libgcc/config/riscv/save-restore.S#L298C16-L336

)

Follow up from #76777.

---------

Signed-off-by: default avatarxermicus <cyrill@parity.io>
(cherry picked from commit bd32aaa8)
parent c24b41d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment