OpenCL extensions handling

Benyei, Guy guy.benyei at intel.com
Tue Apr 9 06:04:28 PDT 2013


Hi all,
I need an option to generate metadata including the list of OpenCL extensions that were used during compilation. The current extension handling mechanism is implemented in the Sema, so it's not accessible in CodeGen.
Also, I'd like to create an infrastructure for OpenCL extensions that would enable us to define which extensions are supported for a given target.
To make this possible, I used the ASTContext.

Please review.

Thanks
[email_signature_guy_new2]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/6f257cd7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 24800 bytes
Desc: image001.png
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/6f257cd7/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opencl_extensions.patch
Type: application/octet-stream
Size: 17491 bytes
Desc: opencl_extensions.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/6f257cd7/attachment.obj>
-------------- next part --------------
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/6f257cd7/attachment-0001.html>


More information about the cfe-commits mailing list