[PATCH] D135687: [AArch64] Fix aligning the stack after calling __chkstk

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 12:00:29 PDT 2022


mstorsjo added a comment.

In D135687#3850040 <https://reviews.llvm.org/D135687#3850040>, @efriedma wrote:

> In general, I think we need to pass the number of bytes required for realignment to __chkstk, instead of directly realigning the stack.  As discussed on the bug.

Oh, right, I didn't realize that we could fix that part of the requirement that easily.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135687



More information about the llvm-commits mailing list