[llvm] [RISCV] Move V0 to the end of register allocation order (PR #82967)
Kito Cheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 00:51:31 PST 2024
kito-cheng wrote:
The allocation order should not matter to calling convention, compiler should move value to/from the right register between the ABI boundary.
https://github.com/llvm/llvm-project/pull/82967
More information about the llvm-commits
mailing list