[llvm] 8c1a9e3 - [LangRef][Docs] Align RST syntax for GC intrinsics
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 08:46:58 PDT 2022
Author: J. Ryan Stinnett
Date: 2022-09-21T16:46:33+01:00
New Revision: 8c1a9e3cf37cb2aa6e67934e56796284efa42806
URL: https://github.com/llvm/llvm-project/commit/8c1a9e3cf37cb2aa6e67934e56796284efa42806
DIFF: https://github.com/llvm/llvm-project/commit/8c1a9e3cf37cb2aa6e67934e56796284efa42806.diff
LOG: [LangRef][Docs] Align RST syntax for GC intrinsics
This changes the GC intrinsics to use the same header styling as the others.
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index acace5614f40..f07b1bbfec38 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12443,7 +12443,7 @@ algorithm <gc>`.
.. _gc_statepoint:
-'llvm.experimental.gc.statepoint' Intrinsic
+'``llvm.experimental.gc.statepoint``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
@@ -12539,7 +12539,7 @@ pointer' argument of the statepoint in a location statically reachable
from the statepoint. Instead, the explicitly relocated value (from a
``gc.relocate``) must be used.
-'llvm.experimental.gc.result' Intrinsic
+'``llvm.experimental.gc.result``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
@@ -12579,7 +12579,7 @@ A ``gc.result`` is modeled as a 'readnone' pure function. It has no
side effects since it is just a projection of the return value of the
previous call represented by the ``gc.statepoint``.
-'llvm.experimental.gc.relocate' Intrinsic
+'``llvm.experimental.gc.relocate``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
@@ -12639,7 +12639,7 @@ done during the actual call modeled by the ``gc.statepoint``.
.. _gc.get.pointer.base:
-'llvm.experimental.gc.get.pointer.base' Intrinsic
+'``llvm.experimental.gc.get.pointer.base``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
@@ -12677,7 +12677,7 @@ explicit statepoint model.
The return pointer type must be the same as the type of the parameter.
-'llvm.experimental.gc.get.pointer.offset' Intrinsic
+'``llvm.experimental.gc.get.pointer.offset``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
More information about the llvm-commits
mailing list