[PATCH] D135895: [RISCV] Limit alignment of stack temporary used for indirect passing of scalable vectors.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 23:30:00 PDT 2022


frasercrmck added a comment.

Does anything in the callee expect/rely on the alignment? I'm wondering if it's possible that a caller with one subtarget uses a lower alignment than its callee with another subtarget, causing issues.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135895



More information about the llvm-commits mailing list