[PATCH] D57183: [COFF, ARM64] Fix localaddress to handle stack realignment and variable size objects
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 17:52:14 PST 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM. I think this is the correct model for representing frame offsets for localescape/localrecover.
(The code to handle eh_recoverfp correctly is still missing, but I think it's okay to handle that in a separate patch.)
Please give Reid a few days to comment before you merge, though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57183/new/
https://reviews.llvm.org/D57183
More information about the llvm-commits
mailing list