This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] PR43145: preserve addrspace for class accesses
ClosedPublic

Authored by svenvh on Oct 3 2019, 9:26 AM.

Details

Summary

PR43145 revealed two places where Clang was attempting to create a
bitcast without considering the address space of class types during
C++ class codegen.

Diff Detail

Event Timeline

svenvh created this revision.Oct 3 2019, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2019, 9:26 AM
Anastasia accepted this revision.Oct 17 2019, 4:41 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Oct 17 2019, 4:41 AM
This revision was automatically updated to reflect the committed changes.