[PATCH] D93750: [RISCV] Frame handling for RISC-V V extension.
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 17:35:30 PST 2021
jrtc27 added a comment.
One thing I don't understand is why RVV incoming/outgoing arguments need their own stack slots. I assume they're just passed indirectly, so why do we need to distinguish between arguments and locals rather than just treat them like anything else that ends up being passed indirectly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93750/new/
https://reviews.llvm.org/D93750
More information about the llvm-commits
mailing list