OSDN Git Service

AMDGPU/SI: Add support for triples with the mesa3d operating system
authorTom Stellard <thomas.stellard@amd.com>
Fri, 16 Sep 2016 21:34:26 +0000 (21:34 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 16 Sep 2016 21:34:26 +0000 (21:34 +0000)
commit19615919897d972aa73179ee6866371046dcc122
treecdcc5a35e607784333703ced526d957aa20aa6f2
parent59183b91752aa6eda326d85f2e47584bf00a0ff7
AMDGPU/SI: Add support for triples with the mesa3d operating system

Summary:
mesa3d will use the same kernel calling convention as amdhsa, but it will
handle everything else like the default 'unknown' OS type.

Reviewers: arsenm

Subscribers: arsenm, llvm-commits, kzhuravl

Differential Revision: https://reviews.llvm.org/D22783

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.cpp
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll
test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll