[PATCH] D19917: AMDGPU/SI: Add amdgpu_kernel calling convention.

Nikolay Haustov via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 06:51:28 PDT 2016


nhaustov created this revision.
nhaustov added reviewers: tstellarAMD, arsenm.
nhaustov added a subscriber: llvm-commits.
Herald added subscribers: joker.eph, arsenm.

This will be used for AMDGPU_HSA_KERNEL symbol type in output ELF.

Also, in the future unused non-kernels may be optimized.

http://reviews.llvm.org/D19917

Files:
  include/llvm/IR/CallingConv.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/IR/AsmWriter.cpp
  lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  lib/Target/AMDGPU/AMDGPUMachineFunction.h
  test/CodeGen/AMDGPU/hsa-func.ll
  test/CodeGen/AMDGPU/hsa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19917.56140.patch
Type: text/x-patch
Size: 4291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160504/a8676b89/attachment.bin>


More information about the llvm-commits mailing list