[PATCH] D65653: [AArch64] Change location of frame-record within callee-save area.

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 08:46:26 PDT 2019


greened added a comment.

I can't really comment on the correctness of this but other than the one comment I'd like to see added, LGTM.



================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:1706
 
+static bool invalidateRegisterPairing(unsigned Reg1, unsigned Reg2,
+                                      bool NeedsWinCFI,
----------------
Add a comment about what this does.


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

https://reviews.llvm.org/D65653





More information about the llvm-commits mailing list