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 c916c24 commit 433683aCopy full SHA for 433683a
llvm/docs/LangRef.rst
@@ -8031,13 +8031,14 @@ attached to memory instructions, including :ref:`atomicrmw
8031
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
8032
instructions.
8033
8034
-This follows the same form as :ref:`range metadata <_range-metadata>`,
+This follows the same form as :ref:`range metadata <range-metadata>`,
8035
except the field entries must be of type `i32`. The interpretation is
8036
the same numeric address spaces as applied to IR values.
8037
8038
Example:
8039
8040
.. code-block:: llvm
8041
+
8042
; %ptr cannot point to an object allocated in addrspace(5)
8043
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
8044
0 commit comments