This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assert on aggregate type kernel arguments
ClosedPublic

Authored by arsenm on Jun 27 2018, 4:54 AM.

Details

Reviewers
rampitec
Summary

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.

Diff Detail

Event Timeline

arsenm created this revision.Jun 27 2018, 4:54 AM
arsenm updated this revision to Diff 153046.Jun 27 2018, 5:01 AM

Fix special case of having a single unsized kernel argument

This revision is now accepted and ready to land.Jun 27 2018, 11:27 AM
arsenm closed this revision.Jun 28 2018, 3:25 AM

r335827