Skip to content

Commit d51f233

Browse files
authored
AMDGPU: Add some release 20 notes (llvm#128136)
1 parent 3076a68 commit d51f233

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,17 @@ Changes to the AArch64 Backend
159159
Changes to the AMDGPU Backend
160160
-----------------------------
161161

162+
* Initial support for gfx950
163+
164+
* Improved ``llvm.memcpy``, ``llvm.memmove`` and ``llvm.memset`` lowering
165+
166+
* Fixed expansion of 64-bit flat address space ``atomicrmw`` and
167+
``cmpxchg`` operations which may access private
168+
memory. `noalias.addrspace` metadat may be used to avoid the
169+
expansion if the target address is known to not be on the stack.
170+
171+
* Fix compile failures when emitting unreachable functions.
172+
162173
* Removed `llvm.amdgcn.flat.atomic.fadd` and
163174
`llvm.amdgcn.global.atomic.fadd` intrinsics. Users should use the
164175
{ref}`atomicrmw <i_atomicrmw>` instruction with `fadd` and

0 commit comments

Comments
 (0)