[PATCH] D50288: [ARM64] [Windows] Exception handling support in frame lowering

Sanjin Sijaric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 15:06:58 PDT 2018


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

Add test cases.  Use getSEHReg to retrieve SEH register numbers.  Clean up the logic in a few places.


Repository:
  rL LLVM

https://reviews.llvm.org/D50288

Files:
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  lib/Target/AArch64/AArch64RegisterInfo.h
  test/CodeGen/AArch64/win64_vararg.ll
  test/CodeGen/AArch64/wineh-frame0.mir
  test/CodeGen/AArch64/wineh-frame1.mir
  test/CodeGen/AArch64/wineh-frame2.mir
  test/CodeGen/AArch64/wineh-frame3.mir
  test/CodeGen/AArch64/wineh-frame4.mir
  test/CodeGen/AArch64/wineh-frame5.mir
  test/CodeGen/AArch64/wineh-frame6.mir
  test/CodeGen/AArch64/wineh-frame7.mir
  test/CodeGen/AArch64/wineh-frame8.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50288.171584.patch
Type: text/x-patch
Size: 77339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/eaa638ef/attachment.bin>


More information about the llvm-commits mailing list