[PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 14:11:13 PST 2016
yaxunl updated the summary for this revision.
yaxunl updated this revision to Diff 46961.
yaxunl marked 3 inline comments as done.
yaxunl added a comment.
Revised as Xiuli suggested.
Add test for OpenCL below 2.0.
Add diagnostic for opencl_unroll_hint attribute used below OpenCL 2.0.
http://reviews.llvm.org/D16686
Files:
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Parser.h
lib/CodeGen/CGLoopInfo.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/SemaStmtAttr.cpp
test/CodeGenOpenCL/unroll-hint.cl
test/Parser/opencl-unroll-hint.cl
test/SemaOpenCL/unroll-hint-cl20.cl
test/SemaOpenCL/unroll-hint.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16686.46961.patch
Type: text/x-patch
Size: 15285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160204/3e1deaa4/attachment.bin>
More information about the cfe-commits
mailing list