This is an archive of the discontinued LLVM Phabricator instance.

[nvvm] Mark ldu and ldg intrinsics as IntrArgMemOnly.
ClosedPublic

Authored by jlebar on May 9 2016, 1:41 PM.

Details

Summary

Previously these intrinsics were marked as can-read any memory address.
Now they're marked as reading only the pointer they're passed.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 56622.May 9 2016, 1:41 PM
jlebar retitled this revision from to [nvvm] Mark ldu and ldg intrinsics as IntrArgMemOnly..
jlebar updated this object.
jlebar added a reviewer: rnk.
jlebar added subscribers: tra, llvm-commits, jholewinski.
jlebar updated this revision to Diff 56647.May 9 2016, 3:36 PM

Fix typo.

rnk accepted this revision.May 9 2016, 4:54 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 9 2016, 4:54 PM
This revision was automatically updated to reflect the committed changes.