[cfe-dev] [PATCH] OpenCL-specific image2d_t, image3d_t and sampler_t types

Anton Lokhmotov Anton.Lokhmotov at arm.com
Fri Mar 18 10:27:33 PDT 2011


We have implemented the OpenCL-specific image2d_t, image3d_t and sampler_t
types as a separate type OpenCLOtherType, unlike in Tanya's patch [1].  The
OpenCL event_t will be supported by OpenCLOtherType as well.

The OpenCL-specific types have many semantic restrictions (e.g. see [2] for
restrictions on the sampler_t type).  We will supply shortly semantic checks
in a separate patch (or update this one), as well as tests.

Please note that we assume support for keywords as in our previous patch
[3].  We will revise the patch once Peter's changes [4] are merged into the
trunk.

Please review.

Anton.

[1] Tanya, http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-March/013865.html
[2] Anton, http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-March/014118.html
[3] Anton,
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-February/013463.html
[4] Peter, http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-March/013921.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 00006-other-types.patch
Type: application/octet-stream
Size: 29788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110318/032f2ea2/attachment.obj>


More information about the cfe-dev mailing list