[PATCH] D125962: [RISCV] Add a test showing overlapping stack offsets with RVV
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 02:45:24 PDT 2022
eopXD added a comment.
Hi @frasercrmck ,
May I ask why does the generated asm stores is trying to store `a0 (x10)`?
The RISC-V calling convention <https://riscv.org/wp-content/uploads/2015/01/riscv-calling.pdf> specifies that `a0` is a caller saved register.
Regards,
eop Chen
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125962/new/
https://reviews.llvm.org/D125962
More information about the llvm-commits
mailing list