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 a2e9181 commit d1384feCopy full SHA for d1384fe
llvm/docs/LangRef.rst
@@ -8057,13 +8057,14 @@ attached to memory instructions, including :ref:`atomicrmw
8057
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
8058
instructions.
8059
8060
-This follows the same form as :ref:`range metadata <_range-metadata>`,
+This follows the same form as :ref:`range metadata <range-metadata>`,
8061
except the field entries must be of type `i32`. The interpretation is
8062
the same numeric address spaces as applied to IR values.
8063
8064
Example:
8065
8066
.. code-block:: llvm
8067
+
8068
; %ptr cannot point to an object allocated in addrspace(5)
8069
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
8070
0 commit comments