[llvm-commits] [llvm] r142998 - /llvm/trunk/docs/ReleaseNotes.html
Eli Friedman
eli.friedman at gmail.com
Tue Oct 25 17:55:23 PDT 2011
Author: efriedma
Date: Tue Oct 25 19:55:23 2011
New Revision: 142998
URL: http://llvm.org/viewvc/llvm-project?rev=142998&view=rev
Log:
Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142998&r1=142997&r2=142998&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 19:55:23 2011
@@ -758,6 +758,9 @@
"<code>load volatile</code>"/"<code>store volatile</code>". The old
syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
is still accepted, but is now considered deprecated.</li>
+ <li>The old atomic intrinscs (<code>llvm.memory.barrier</code> and
+ <code>llvm.atomic.*</code>) are now gone. Please use the new atomic
+ instructions, described in the <a href="Atomics.html">atomics guide</a>.
</ul>
<h4>Windows (32-bit)</h4>
More information about the llvm-commits
mailing list