[FastISel] Add support for the stackmap intrinsic.
authorJuergen Ributzka <juergen@apple.com>
Thu, 12 Jun 2014 03:29:26 +0000 (03:29 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 12 Jun 2014 03:29:26 +0000 (03:29 +0000)
commit2c9a12f08128333a8256cf81589fe5fab9f1681a
tree2886bcba6b3163c6c3bb8dd009c37d0ce7a486a6
parent7411b432e6ee93dfe8fd3185c536e8413d3877fa
[FastISel] Add support for the stackmap intrinsic.

This implements target-independent FastISel lowering for the stackmap intrinsic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210742 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
test/CodeGen/X86/stackmap-fast-isel.ll [new file with mode: 0644]