OSDN Git Service

GlobalISel: rework CallLowering so that it can be used for libcalls too.
authorTim Northover <tnorthover@apple.com>
Mon, 29 Aug 2016 19:07:08 +0000 (19:07 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 29 Aug 2016 19:07:08 +0000 (19:07 +0000)
commit755f9da10b252202bedb2f969f3d9005a3ca7a34
treeff440af15f16f0160cef052dc8a9fe0bf0dc3576
parent11b4774dc5888b4d60aba1a6171f3a615ffc4aaa
GlobalISel: rework CallLowering so that it can be used for libcalls too.

There should be no functional change here, I'm just making the implementation
of "frem" (to libcall) legalization easier for a followup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279987 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GlobalISel/CallLowering.h
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/GlobalISel/CallLowering.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/Target/AArch64/AArch64CallLowering.cpp
lib/Target/AArch64/AArch64CallLowering.h