[PATCH] D42307: [OpenCL][6.0.0 Release] Release notes for OpenCL in Clang

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 05:18:01 PST 2018


hans accepted this revision.
hans added a comment.

Looks good to me (though hyperlinks would be nice). Go ahead and commit directly to the branch, or let me know if you'd like me to do it.



================
Comment at: docs/ReleaseNotes.rst:224
+- All function calls are marked by the convergent attribute
+  (https://clang.llvm.org/docs/AttributeReference.html#convergent-clang-convergent)
+  to prevent optimizations that break SPMD program semantics. This will be removed
----------------
could this be a link too?


https://reviews.llvm.org/D42307





More information about the cfe-commits mailing list