OSDN Git Service

R600: Make sure to inline all internal functions
authorTom Stellard <thomas.stellard@amd.com>
Fri, 31 Oct 2014 20:52:02 +0000 (20:52 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 31 Oct 2014 20:52:02 +0000 (20:52 +0000)
commit5d6cee5e65d60ad73d067254a7773368e32619f4
treeb1bfdfa9234951e5840cf8192dbfe06775ad6f99
parentda8d5586bee0f7ecf7781d74017b0faed0c4e5bd
R600: Make sure to inline all internal functions

Function calls aren't supported yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220996 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPUAlwaysInlinePass.cpp [new file with mode: 0644]
lib/Target/R600/AMDGPUTargetMachine.cpp
test/CodeGen/R600/call.ll
test/CodeGen/R600/inline-calls.ll [new file with mode: 0644]