[PATCH] D94465: [RISCV] Frame handling for RISC-V V extension. (2nd. version)
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 00:06:10 PST 2021
rogfer01 added a comment.
I prefer this approach. Computing the address is a bit more involved but doesn't need an extra memory access.
It looks to me less hardware machinery gets involved (in practice) to reach the stack slot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94465/new/
https://reviews.llvm.org/D94465
More information about the llvm-commits
mailing list