mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
s/SequeuentiallyConsistent/SequentiallyConsistent/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -437,10 +437,10 @@ void f(int* a) {
|
|||||||
SequentiallyConsistent operations may not be reordered.</dd>
|
SequentiallyConsistent operations may not be reordered.</dd>
|
||||||
<dt>Notes for code generation</dt>
|
<dt>Notes for code generation</dt>
|
||||||
<dd>SequentiallyConsistent loads minimally require the same barriers
|
<dd>SequentiallyConsistent loads minimally require the same barriers
|
||||||
as Acquire operations and SequeuentiallyConsistent stores require
|
as Acquire operations and SequentiallyConsistent stores require
|
||||||
Release barriers. Additionally, the code generator must enforce
|
Release barriers. Additionally, the code generator must enforce
|
||||||
ordering between SequeuentiallyConsistent stores followed by
|
ordering between SequentiallyConsistent stores followed by
|
||||||
SequeuentiallyConsistent loads. This is usually done by emitting
|
SequentiallyConsistent loads. This is usually done by emitting
|
||||||
either a full fence before the loads or a full fence after the
|
either a full fence before the loads or a full fence after the
|
||||||
stores; which is preferred varies by architecture.</dd>
|
stores; which is preferred varies by architecture.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
Reference in New Issue
Block a user