Reapply: R600: Make sure to inline all internal functions
authorTom Stellard <thomas.stellard@amd.com>
Mon, 3 Nov 2014 19:49:05 +0000 (19:49 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 3 Nov 2014 19:49:05 +0000 (19:49 +0000)
commitfbd383c93c4aed6297b039f4ebfba637da436052
tree00b5923921bd67b75f03a2eb5a5b695f9842573e
parent3f4e9cb609e9be23b4835abaa34aca62cfc68d3c
Reapply: R600: Make sure to inline all internal functions

Function calls aren't supported yet.

This was reverted due to build breakages, which should be fixed now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221173 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
lib/Target/R600/CMakeLists.txt
test/CodeGen/R600/call.ll
test/CodeGen/R600/inline-calls.ll [new file with mode: 0644]