[PATCH] D22783: AMDGPU/SI: Add support for triples with the mesa3d operating system

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 15:10:11 PDT 2016


tstellarAMD created this revision.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, arsenm.

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

https://reviews.llvm.org/D22783

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22783.65428.patch
Type: text/x-patch
Size: 16698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/04d8b847/attachment.bin>


More information about the llvm-commits mailing list