We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e529d33 commit c3b22dcCopy full SHA for c3b22dc
llvm/docs/LangRef.rst
@@ -8046,13 +8046,14 @@ attached to memory instructions, including :ref:`atomicrmw
8046
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
8047
instructions.
8048
8049
-This follows the same form as :ref:`range metadata <_range-metadata>`,
+This follows the same form as :ref:`range metadata <range-metadata>`,
8050
except the field entries must be of type `i32`. The interpretation is
8051
the same numeric address spaces as applied to IR values.
8052
8053
Example:
8054
8055
.. code-block:: llvm
8056
+
8057
; %ptr cannot point to an object allocated in addrspace(5)
8058
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
8059
0 commit comments