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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 26 13:33:37 PST 2019


efriedma added a comment.

>   // Use BP to access escaped locals: (hasFunclets = true, hasVarSizedObjects = true, needsStackRealignment = false)
>   void vla_present(int n) {

Should still use fp here.  (Having both VLAs and funclets isn't really any different from having only one of them.)


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