[PATCH] D18429: Add lowering support for llvm.experimental.deoptimize

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 23:22:54 PDT 2016


sanjoy created this revision.
sanjoy added a reviewer: reames.
sanjoy added a subscriber: llvm-commits.
Herald added subscribers: mcrosier, sanjoy.

Only adds support for "naked" calls to llvm.experimental.deoptimize.
Support for round-tripping through RewriteStatepointsForGC will come
as a separate patch (should be simpler than this one).

http://reviews.llvm.org/D18429

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/RuntimeLibcalls.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  test/CodeGen/X86/deopt-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18429.51515.patch
Type: text/x-patch
Size: 6270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/f76cb53e/attachment.bin>


More information about the llvm-commits mailing list