[llvm-branch-commits] [llvm] d51f233 - AMDGPU: Add some release 20 notes (#128136)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 21 11:23:10 PST 2025


Author: Matt Arsenault
Date: 2025-02-21T11:23:06-08:00
New Revision: d51f23377a77eace4ef006e0e6b23460ed05576c

URL: https://github.com/llvm/llvm-project/commit/d51f23377a77eace4ef006e0e6b23460ed05576c
DIFF: https://github.com/llvm/llvm-project/commit/d51f23377a77eace4ef006e0e6b23460ed05576c.diff

LOG: AMDGPU: Add some release 20 notes (#128136)

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c80aecfdea084..e654509792652 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -159,6 +159,17 @@ Changes to the AArch64 Backend
 Changes to the AMDGPU Backend
 -----------------------------
 
+* Initial support for gfx950
+
+* Improved ``llvm.memcpy``, ``llvm.memmove`` and ``llvm.memset`` lowering
+
+* Fixed expansion of 64-bit flat address space ``atomicrmw`` and
+  ``cmpxchg`` operations which may access private
+  memory. `noalias.addrspace` metadat may be used to avoid the
+  expansion if the target address is known to not be on the stack.
+
+* Fix compile failures when emitting unreachable functions.
+
 * Removed `llvm.amdgcn.flat.atomic.fadd` and
   `llvm.amdgcn.global.atomic.fadd` intrinsics. Users should use the
   {ref}`atomicrmw <i_atomicrmw>` instruction with `fadd` and


        


More information about the llvm-branch-commits mailing list