[PATCH] D56528: [SEH] [ARM64] Retrieve the frame pointer from SEH funclets

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 12:27:29 PST 2019


efriedma added inline comments.


================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:923
+
+    // SEH funclets are passed the frame pointer in X1.
+    if (F.hasPersonalityFn()) {
----------------
Do we need to do anything special to recover the base pointer in SEH funclets?  (If not, probably worth adding an explicit comment.)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56528





More information about the llvm-commits mailing list