In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since

we generate correct code for both strong and weak atomic compare-exchanges, even
though we don't propagate to the IR enough information to generate optimal weak
compare-exchanges on architectures which support them.

llvm-svn: 155161
This commit is contained in:
Richard Smith 2012-04-19 22:09:22 +00:00
parent 26aa827461
commit 3c90f01bf0
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ C++11 mode.</p>
<tr>
<td>Strong Compare and Exchange</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2748.html">N2748</a></td>
<td class="none" align="center">No</td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Bidirectional Fences</td>