forked from OSchip/llvm-project
e94a518a22
The syntax for "cmpxchg" should now look something like: cmpxchg i32* %addr, i32 42, i32 3 acquire monotonic where the second ordering argument gives the required semantics in the case that no exchange takes place. It should be no stronger than the first ordering constraint and cannot be either "release" or "acq_rel" (since no store will have taken place). rdar://problem/15996804 llvm-svn: 203559 |
||
---|---|---|
.. | ||
atomic.ll | ||
no_sanitize_thread.ll | ||
read_before_write.ll | ||
read_from_global.ll | ||
tsan-vs-gvn.ll | ||
tsan_basic.ll | ||
vptr_read.ll | ||
vptr_update.ll |