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

Sanjin Sijaric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 11:24:58 PST 2019


ssijaric updated this revision to Diff 181116.
ssijaric added a comment.

Cleanup per Eli's comments.  Checking for the personality function is probably not necessary.  I could add an assert instead of the check?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56528

Files:
  lib/Target/AArch64/AArch64FrameLowering.cpp
  test/CodeGen/AArch64/seh_funclet_x1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56528.181116.patch
Type: text/x-patch
Size: 7030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/c6d1516b/attachment-0001.bin>


More information about the llvm-commits mailing list