This is an archive of the discontinued LLVM Phabricator instance.

[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
preserve backwards compatibility with OpenCL C.

Diff Detail

Repository
rL LLVM

Event Timeline

svenvh created this revision.May 29 2019, 6:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 6:42 AM
Anastasia accepted this revision.May 29 2019, 6:52 AM

LGTM! Thanks!

This revision is now accepted and ready to land.May 29 2019, 6:52 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2019, 5:36 AM