1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add some release notes for 9.0 release

llvm-svn: 366093
This commit is contained in:
Matt Arsenault 2019-07-15 17:50:28 +00:00
parent 310633c3a3
commit d421a5eebb

View File

@ -76,6 +76,10 @@ Changes to the LLVM IR
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 X86 Target
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
-----------------------------