[PATCH] D53673: Implement Intrinsic.sponentry for AArch64

Yin Ma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 14:41:19 PDT 2018


yinma created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.

This patch adds Intrinsic.sponentry. This intrinsic is required to correctly support setjmp for AArch64 Windows platform.


Repository:
  rL LLVM

https://reviews.llvm.org/D53673

Files:
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/IR/Intrinsics.td
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  test/CodeGen/AArch64/sponentry.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53673.170988.patch
Type: text/x-patch
Size: 8567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181024/f7c37326/attachment.bin>


More information about the llvm-commits mailing list