forked from OSchip/llvm-project
Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.
llvm-svn: 142998
This commit is contained in:
parent
0db256834d
commit
2c25d9c0c5
|
@ -758,6 +758,9 @@ it run faster:</p>
|
|||
"<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>
|
||||
|
|
Loading…
Reference in New Issue