This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Annotate implicitarg.ptr usage
ClosedPublic

Authored by arsenm on Jul 27 2017, 7:01 PM.

Details

Reviewers
rampitec
kzhuravl
Summary

We need to pass something to functions for this to work.
It isn't derivable just from the kernarg segment pointer
because the implicit arguments are placed after the
kernel arguments.

Also fixes missing test for the intrinsic.

Diff Detail

Event Timeline

arsenm created this revision.Jul 27 2017, 7:01 PM
This revision is now accepted and ready to land.Jul 27 2017, 9:13 PM
arsenm closed this revision.Jul 28 2017, 8:52 AM

r309398