PR43145 revealed two places where Clang was attempting to create a
bitcast without considering the address space of class types during
C++ class codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D68403
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 17 2019, 4:41 AM Closed by commit rGaf6248cbb9e7: [OpenCL] Preserve addrspace in CGClass (PR43145) (authored by svenvh). · Explain WhyOct 17 2019, 7:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223037 lib/CodeGen/CGClass.cpp
test/CodeGenOpenCLCXX/addrspace-derived-base.cl
|