[PATCH] D56790: [OpenMP] Update release notes with OpenMP related changes

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 16 09:12:18 PST 2019


gtbercea created this revision.
gtbercea added reviewers: ABataev, caomhin.
Herald added subscribers: cfe-commits, guansong.

Update release notes with OpenMP related changes.


Repository:
  rC Clang

https://reviews.llvm.org/D56790

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -252,6 +252,14 @@
 
 - General performance improvement.
 
+- New collapse clause scheme to avoid expensive remainder operations.
+
+- New default schedule for distribute and parallel constructs.
+
+- Simplified code generation for distribute and parallel in SPMD mode.
+
+- Flag for user to limit collapsed loop counter width when safe to do so.
+
 CUDA Support in Clang
 ---------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56790.182065.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190116/a2629a6c/attachment.bin>


More information about the cfe-commits mailing list