[PATCH] D48630: AMDGPU: Fix assert on aggregate type kernel arguments

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 04:54:42 PDT 2018


arsenm created this revision.
arsenm added a reviewer: rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

Just fix the crash for now by not doing the optimization since
figuring out how to properly convert the bits for an arbitrary
struct is a pain.


https://reviews.llvm.org/D48630

Files:
  lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
  test/CodeGen/AMDGPU/lower-kernargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48630.153044.patch
Type: text/x-patch
Size: 10314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180627/9433ccfe/attachment.bin>


More information about the llvm-commits mailing list