From: Eli Friedman
Date: Wed, 26 Oct 2011 00:55:23 +0000 (+0000)
Subject: Add a note about the removal of the atomic intrinsics to the "Major Changes" section...
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=526e1bbe6b3f7baf0cb994f352110490cdc253e1;p=oota-llvm.git
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
---
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)