[PATCH] D53540: [COFF, ARM64] Implement support for SEH extensions __try/__except/__finally

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 17:18:50 PST 2019


mgrang updated this revision to Diff 181193.
mgrang added a comment.

Added test cases for localescape and try-finally. Will add try-except test case soon.


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

https://reviews.llvm.org/D53540

Files:
  include/llvm/CodeGen/MachineFunction.h
  lib/CodeGen/AsmPrinter/WinException.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  test/CodeGen/AArch64/seh-finally.ll
  test/CodeGen/AArch64/seh-localescape.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53540.181193.patch
Type: text/x-patch
Size: 10593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190111/e1b73ba3/attachment.bin>


More information about the llvm-commits mailing list