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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 10:13:23 PDT 2022


efriedma added a comment.

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.


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