[llvm] 09a539e - AMDGPU: Add release notes about atomic load and store
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 18:14:55 PDT 2022
Author: Matt Arsenault
Date: 2022-06-01T21:14:48-04:00
New Revision: 09a539e926c016f947383be4b0bb18e4a5aa94d6
URL: https://github.com/llvm/llvm-project/commit/09a539e926c016f947383be4b0bb18e4a5aa94d6
DIFF: https://github.com/llvm/llvm-project/commit/09a539e926c016f947383be4b0bb18e4a5aa94d6.diff
LOG: AMDGPU: Add release notes about atomic load and store
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 899402d920df7..e588128b2b92e 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -86,7 +86,8 @@ Changes to the AArch64 Backend
Changes to the AMDGPU Backend
-----------------------------
-* ...
+* 8 and 16-bit atomic loads and stores are now supported
+
Changes to the ARM Backend
--------------------------
More information about the llvm-commits
mailing list