This is an archive of the discontinued LLVM Phabricator instance.

[docs] fix the declarations of the llvm.nvvm.ptr.gen.to.* intrinsics
ClosedPublic

Authored by jingyue on May 29 2015, 11:21 AM.

Details

Summary

These intrinsics should take a generic input address space and outputs a
non-generic address space.

Diff Detail

Event Timeline

jingyue updated this revision to Diff 26799.May 29 2015, 11:21 AM
jingyue retitled this revision from to [docs] fix the declarations of the llvm.nvvm.ptr.gen.to.* intrinsics.
jingyue updated this object.
jingyue edited the test plan for this revision. (Show Details)
jingyue added a reviewer: jholewinski.
jingyue added a subscriber: Unknown Object (MLST).
eliben accepted this revision.May 29 2015, 2:34 PM
eliben added a reviewer: eliben.
eliben added a subscriber: eliben.

lgtm

This revision is now accepted and ready to land.May 29 2015, 2:34 PM
jingyue closed this revision.May 29 2015, 3:21 PM
jholewinski edited edge metadata.Jun 2 2015, 7:29 AM

Change itself looks good, but these intrinsics are deprecated in favor of addrspacecast. A note to that effect should be added.