[llvm] [LangRef] adjust IR atomics specification following C++20 model tweaks. (PR #77263)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 18:59:50 PST 2024


================
@@ -14,9 +14,16 @@ asynchronous signals.
 The atomic instructions are designed specifically to provide readable IR and
 optimized code generation for the following:
 
-* The C++11 ``<atomic>`` header.  (`C++11 draft available here
-  <http://www.open-std.org/jtc1/sc22/wg21/>`_.) (`C11 draft available here
-  <http://www.open-std.org/jtc1/sc22/wg14/>`_.)
+* The C++ ``<atomic>`` header and C <stdatomic.h> headers. These were
----------------
jyknight wrote:

Done.

https://github.com/llvm/llvm-project/pull/77263


More information about the llvm-commits mailing list