[PATCH] D21723: [RFC] Enhance synchscope representation
Anastasia Stulova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 14:53:55 PDT 2017
Anastasia added inline comments.
================
Comment at: docs/LangRef.rst:2192
+``<target-scope>`` is a target specific synchronization scope, then it is target
+dependent if it *synchronizes with*, and participates in the seq\_cst total
+orderings of, other atomic operations.
----------------
Why is it only `seq_cst`? I am guessing the other ordering types (e.g. `acquire`/`release`) be used with the synchronization scopes too? I think this is a bit confusing here...
https://reviews.llvm.org/D21723
More information about the llvm-commits
mailing list