[PATCH] D125973: [RISCV] Ensure the entire stack is aligned to the RVV stack alignment

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 07:09:49 PDT 2022


frasercrmck added a comment.

While this bug is reproducible on `main`, there's no way to properly fix the codegen without D125787 <https://reviews.llvm.org/D125787> as we lack the ability to ensure RVV alignment beyond 8, and we don't need to ensure an alignment of 8 as we get that for free. So I thought it better to base this patch on D125787 <https://reviews.llvm.org/D125787>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125973



More information about the llvm-commits mailing list