[PATCH] D53996: [COFF, ARM64] Implement Intrinsic.sponentry for AArch64

Yin Ma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 14:04:12 PDT 2018


yinma created this revision.
Herald added subscribers: llvm-commits, chrib, 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/D53996

Files:
  docs/LangRef.rst
  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: D53996.172228.patch
Type: text/x-patch
Size: 19412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/9fb4dbc7/attachment.bin>


More information about the llvm-commits mailing list