[PATCH] D125787: [RISCV] Fix RVV stack frame alignment bugs

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 07:32:02 PDT 2022


StephenFan added a comment.

And I also worried that if the size of RVV padding is big enough, the size of the local scalar variable field is out of the range of 12 bits signed number. If it is necessary to add an extra scavenger spill slot for it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125787/new/

https://reviews.llvm.org/D125787



More information about the llvm-commits mailing list