Support logical operators on vectors in C++ for OpenCL mode, to
preserve backwards compatibility with OpenCL C.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62588
[OpenCL] Support logical vector operators in C++ mode ClosedPublic Authored by svenvh on May 29 2019, 6:42 AM.
Details Summary Support logical operators on vectors in C++ for OpenCL mode, to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 29 2019, 6:52 AM Closed by commit rL362087: [OpenCL] Support logical vector operators in C++ mode (authored by svenvh). · Explain WhyMay 30 2019, 5:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202162 cfe/trunk/lib/Sema/SemaExpr.cpp
cfe/trunk/test/CodeGenOpenCL/logical-ops.cl
|