[PATCH] D21723: [RFC] Enhance synchscope representation

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 23:31:10 PDT 2016


kzhuravl added inline comments.

================
Comment at: docs/LangRef.rst:2174
@@ +2173,3 @@
+interacts with atomic operations marked ``singlethread``,
+marked ``syncscope(<n>)`` with a different value of ``<n>``,
+or not marked ``singlethread`` or ``syncscope(<n>)``.
----------------
jlebar wrote:
> How about "marked ``syncscope(<m>)`` with ``m != n``" or something like that?
Sounds better, thanks


https://reviews.llvm.org/D21723





More information about the llvm-commits mailing list