This is an archive of the discontinued LLVM Phabricator instance.

Add address space mangling to lifetime intrinsics
ClosedPublic

Authored by arsenm on Mar 16 2017, 10:52 AM.

Details

Summary

In preparation for allowing allocas to have non-0 addrspace.

Diff Detail

Event Timeline

arsenm created this revision.Mar 16 2017, 10:52 AM
yaxunl added a subscriber: yaxunl.Apr 6 2017, 8:33 AM
t-tye added a subscriber: t-tye.Apr 6 2017, 8:45 AM
rjmccall accepted this revision.Apr 10 2017, 12:45 PM

I don't normally do code review for non-Clang patches, just design review, but this one seems to only touch code that I feel comfortable signing off on. LGTM.

This revision is now accepted and ready to land.Apr 10 2017, 12:45 PM
arsenm closed this revision.Apr 10 2017, 1:31 PM

r299876