OSDN Git Service

GlobalISel: support translation of intrinsic calls.
authorTim Northover <tnorthover@apple.com>
Fri, 29 Jul 2016 22:32:36 +0000 (22:32 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 29 Jul 2016 22:32:36 +0000 (22:32 +0000)
commit0f15518daebd4f884dff9cf5f08b8296691b3d5c
tree66fc15033f6e0d6d8b8b57bf09333965e6ba3030
parentebd83360fff8dc5d340de30d4eedb6edf17ab12f
GlobalISel: support translation of intrinsic calls.

These come in two variants for now: G_INTRINSIC and G_INTRINSIC_W_SIDE_EFFECTS.
We may decide to split the latter up with finer-grained restrictions later, if
necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277224 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GlobalISel/IRTranslator.h
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
include/llvm/Target/GenericOpcodes.td
include/llvm/Target/TargetIntrinsicInfo.h
include/llvm/Target/TargetOpcodes.def
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
lib/Target/TargetIntrinsicInfo.cpp
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll