elliottt commented on issue #5440:
@cfallin I fixed the test failure introduced by the original assertions: the riscv64 backend was using physical registers with moves to implement
get_stack_pointer
andget_frame_pointer
. I introducedMovFromPReg
and rephrased the two in terms of that to resolve the issue.
Last updated: Nov 22 2024 at 17:03 UTC