This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crashes in invalid call cases
ClosedPublic

Authored by arsenm on Feb 26 2019, 12:27 PM.

Details

Reviewers
msearles
rampitec
Summary

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

Diff Detail

Event Timeline

arsenm created this revision.Feb 26 2019, 12:27 PM
This revision is now accepted and ready to land.Feb 26 2019, 12:54 PM
arsenm closed this revision.Feb 27 2019, 4:28 PM

r355049