mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
Update this comment to note its relationship with the "happens-before"
concept in the proposed memory model changes. llvm-svn: 102911
This commit is contained in:
parent
62ea5f981d
commit
85561664d5
@ -2367,9 +2367,8 @@ has undefined behavior.</p>
|
||||
(including loads and stores implied by intrinsics such as
|
||||
<a href="#int_memcpy"><tt>@llvm.memcpy</tt></a>.)</li>
|
||||
|
||||
<!-- TODO: In the case of multiple threads, this only applies to loads and
|
||||
stores from the same thread as the store, or which are sequenced after the
|
||||
store by synchronization. -->
|
||||
<!-- TODO: In the case of multiple threads, this only applies if the store
|
||||
"happens-before" the load or store. -->
|
||||
|
||||
<!-- TODO: floating-point exception state -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user