[PATCH] D58692: AMDGPU: Fix crashes in invalid call cases

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 26 12:28:13 PST 2019


arsenm created this revision.
arsenm added reviewers: msearles, rampitec.
Herald added subscribers: eraman, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

We have to at least tolerate calls to kernels, possibly with a
mismatched calling convention on the callsite.


https://reviews.llvm.org/D58692

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  test/CodeGen/AMDGPU/call-to-kernel-undefined.ll
  test/CodeGen/AMDGPU/call-to-kernel.ll
  test/CodeGen/AMDGPU/inline-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58692.188440.patch
Type: text/x-patch
Size: 5138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/2bc7bced/attachment.bin>


More information about the llvm-commits mailing list