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

Nikolay Haustov via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 04:54:04 PDT 2016


nhaustov updated this revision to Diff 56267.
nhaustov added a comment.

Also recognize SPIR_KERNEL as kernel for now to make sure other frontent (HCC) works.
Add bitcode compatibility tests for amdgpu and other missing calling conventions.


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/Bitcode/compatibility.ll
  test/CodeGen/AMDGPU/hsa-func.ll
  test/CodeGen/AMDGPU/hsa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19917.56267.patch
Type: text/x-patch
Size: 6426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/3c6d824d/attachment.bin>


More information about the llvm-commits mailing list