forked from OSchip/llvm-project
parent
ed6d3e813e
commit
2c945b3d88
|
@ -252,7 +252,7 @@ instructions has been clarified in the IR.</p>
|
|||
operation.</dd>
|
||||
<dt>Notes for optimizers</dt>
|
||||
<dd>Optimizers not aware of atomics can treat this like a nothrow call.
|
||||
Tt is also possible to move stores from before an Acquire load
|
||||
It is also possible to move stores from before an Acquire load
|
||||
or read-modify-write operation to after it, and move non-Acquire
|
||||
loads from before an Acquire operation to after it.</dd>
|
||||
<dt>Notes for code generation</dt>
|
||||
|
|
Loading…
Reference in New Issue