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