[PATCH] D21723: [RFC] Enhance synchscope representation

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 10:57:40 PDT 2016


mehdi_amini added inline comments.

================
Comment at: docs/LangRef.rst:2178
@@ +2177,3 @@
+Otherwise, an atomic operation that is not marked ``singlethread``
+or ``syncscope(<n>)`` *synchronizes with*, and participates in
+the global seq\_cst total orderings of, other operations that are
----------------
Ping on this comment?


https://reviews.llvm.org/D21723





More information about the llvm-commits mailing list