This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Change block descriptor address space to constant
ClosedPublic

Authored by joey on Aug 10 2016, 2:40 AM.

Details

Reviewers
yaxunl
Anastasia
Summary

The block descriptor is a GlobalVariable in the LLVM IR, so it shouldn't be in the private address space.

Diff Detail

Repository
rL LLVM

Event Timeline

joey updated this revision to Diff 67490.Aug 10 2016, 2:40 AM
joey retitled this revision from to [OpenCL] Change block descriptor address space to constant.
joey updated this object.
joey set the repository for this revision to rL LLVM.
joey added a subscriber: cfe-commits.
Anastasia accepted this revision.Aug 10 2016, 3:36 AM
Anastasia edited edge metadata.

LGTM!

This revision is now accepted and ready to land.Aug 10 2016, 3:36 AM
yaxunl accepted this revision.Aug 10 2016, 7:24 AM
yaxunl edited edge metadata.
joey closed this revision.Aug 10 2016, 9:10 AM

Committed r278234.

2 years since my last commit!