[PATCH] D57183: [COFF, ARM64] Fix localaddress to handle stack realignment

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 15:39:47 PST 2019


efriedma added a comment.

If there's a call to localaddress in a function without funclets or VLAs, we should use sp, yes.  That should be rare in practice, but I guess the testcase is an example.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57183





More information about the llvm-commits mailing list