[PATCH] D47618: __c11_atomic_load's _Atomic can be const

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 31 21:57:20 PDT 2018


jfb added a comment.

Note that I don't touch the OpenCL __constant stuff, because the separate address space means this can be actually read-only, which means you can't cmpxchg for very wide reads.


Repository:
  rC Clang

https://reviews.llvm.org/D47618





More information about the cfe-commits mailing list