From 526e1bbe6b3f7baf0cb994f352110490cdc253e1 Mon Sep 17 00:00:00 2001
From: Eli Friedman
Date: Wed, 26 Oct 2011 00:55:23 +0000
Subject: [PATCH] Add a note about the removal of the atomic intrinsics to the
"Major Changes" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142998 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ed5f6b04efb..f79ca92eebf 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -758,6 +758,9 @@ it run faster:
"load volatile
"/"store volatile
". The old
syntax ("volatile load
"/"volatile store
")
is still accepted, but is now considered deprecated.
+ The old atomic intrinscs (llvm.memory.barrier
and
+ llvm.atomic.*
) are now gone. Please use the new atomic
+ instructions, described in the atomics guide.
Windows (32-bit)