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

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 03:56:27 PDT 2022


frasercrmck added a comment.

In D125787#3522637 <https://reviews.llvm.org/D125787#3522637>, @frasercrmck wrote:

> In D125787#3519315 <https://reviews.llvm.org/D125787#3519315>, @reames wrote:
>
>> Reading through, it seems like your second bug mentioned could probably be reproduced and fixed independently of the others?  Would it make sense to split that into it's own patch?
>
> It's likely, yeah. It's something I came across most of the way through fixing everything else so I didn't really think about it. I'm sure I could come up with a test that exercises this, and I think the fix is relatively self-contained. I'll give it a bash later.

Split into D125962 <https://reviews.llvm.org/D125962> and D125964 <https://reviews.llvm.org/D125964>. Thanks!


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