[PATCH] D64529: Add some release notes for 9.0 release

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 13:49:19 PDT 2019


arsenm created this revision.
arsenm added reviewers: tstellar, hans.
Herald added subscribers: jfb, wdng.

https://reviews.llvm.org/D64529

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -76,6 +76,10 @@
   pointee type. In the next release we intend to make this parameter
   mandatory in preparation for opaque pointer types.
 
+* ``atomicrmw xchg`` now allows floating point types
+
+* ``atomicrmw`` now supports ``fadd`` and ``fsub``
+
 Changes to building LLVM
 ------------------------
 
@@ -107,7 +111,13 @@
 Changes to the AMDGPU Target
 -----------------------------
 
- During this release ...
+* Function call support is now enabled by default
+
+* Improved support for 96-bit loads and stores
+
+* DPP combiner pass is now enabled by default
+
+* Support for gfx10
 
 Changes to the AVR Target
 -----------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64529.209058.patch
Type: text/x-patch
Size: 801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/736ee475/attachment.bin>


More information about the llvm-commits mailing list