This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Fix address space for const method call from nonconst
ClosedPublic

Authored by svenvh on Oct 10 2019, 4:24 AM.

Diff Detail

Event Timeline

Anastasia created this revision.Oct 10 2019, 4:24 AM
svenvh commandeered this revision.Nov 1 2019, 10:26 AM
svenvh updated this revision to Diff 227476.
svenvh added a reviewer: Anastasia.
svenvh retitled this revision from [OpenCL] Fix addr space conversion check in obj arg initialization to [OpenCL] Fix address space for const method call from nonconst.
svenvh set the repository for this revision to rC Clang.

Fix formatting, reduce use of auto, and add a test.

Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 10:27 AM
Anastasia accepted this revision.Nov 4 2019, 3:07 AM

LGTM! Thanks

This revision is now accepted and ready to land.Nov 4 2019, 3:07 AM
This revision was automatically updated to reflect the committed changes.