aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r--llvm/docs/ReleaseNotes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 8ec46c6..1b85145 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -114,6 +114,10 @@ Changes to the AArch64 Backend
Changes to the AMDGPU Backend
-----------------------------
+* Removed `llvm.amdgcn.atomic.cond.sub.u32` and
+ `llvm.amdgcn.atomic.csub.u32` intrinsics. Users should use the
+ `atomicrmw` instruction with `usub_cond` and `usub_sat` instead.
+
Changes to the ARM Backend
--------------------------