Lower stackmap intrinsics directly to their target opcode in the DAG builder.
authorAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 17:18:24 +0000 (17:18 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 17:18:24 +0000 (17:18 +0000)
commit2343e3b228c02896f4779962a91aaa659356fe2a
treef1fbb0d0ea67124cb25844a8ff8da7f42952701c
parent233012c25bb3b738e0a994bf0678d016fb2a8766
Lower stackmap intrinsics directly to their target opcode in the DAG builder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193769 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetOpcodes.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
utils/TableGen/CodeGenTarget.cpp