[llvm] 93a0f0e - [LangRef] Fix sphinx warnings

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 21 04:51:48 PDT 2020


Author: Nikita Popov
Date: 2020-06-21T13:51:07+02:00
New Revision: 93a0f0e4fe7607140a1fb0d3c222a2a9acf998c4

URL: https://github.com/llvm/llvm-project/commit/93a0f0e4fe7607140a1fb0d3c222a2a9acf998c4
DIFF: https://github.com/llvm/llvm-project/commit/93a0f0e4fe7607140a1fb0d3c222a2a9acf998c4.diff

LOG: [LangRef] Fix sphinx warnings

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4eff0e4c5ec3..e8e481a0a411 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2240,7 +2240,7 @@ that will have been done by one of the ``@llvm.call.preallocated.*`` intrinsics.
       ; initialize %b
       call void @bar(i32 42, %foo* preallocated(%foo) %b) ["preallocated"(token %t)]
 
-.. _ob_gc_live
+.. _ob_gc_live:
 
 GC Live Operand Bundles
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -6806,7 +6806,7 @@ of ``hotness`` (which can take the values ``Unknown``, ``Cold``, ``None``,
 branch frequency relative to the entry frequency, scaled down by 2^8)
 may be specified. The defaults are ``Unknown`` and ``0``, respectively.
 
-.. _stacksafety_summary:
+.. _params_summary:
 
 Params
 ^^^^^^
@@ -15487,7 +15487,7 @@ must have <Inner> * <OuterColumns> elements and the returned vector must have
 
 
 '``llvm.matrix.column.major.load.*``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -15506,7 +15506,7 @@ consecutive columns A and B, %Stride refers to the distance (the number of
 elements) between the start of column A and the start of column B. The result
 matrix is returned embedded in the result vector. This allows for convenient
 loading of sub matrixes.  If <IsVolatile> is true, the intrinsic is considered
-a :ref:`volatile memory access <volatile>.`
+a :ref:`volatile memory access <volatile>`.
 
 If the %Ptr argument is known to be aligned to some boundary, this can be
 specified as an attribute on the argument.
@@ -15522,7 +15522,7 @@ for the %Ptr arguments.
 
 
 '``llvm.matrix.column.major.store.*``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -15540,7 +15540,7 @@ The '``llvm.matrix.column.major.store.*``' intrinsic stores the matrix with
 between columns. For two consecutive columns A and B, %Stride refers to the
 distance (the number of elements) between the start of column A and the start
 of column B. If <IsVolatile> is true, the intrinsic is considered a
-:ref:`volatile memory access <volatile>.`
+:ref:`volatile memory access <volatile>`.
 
 If the %Ptr argument is known to be aligned to some boundary, this can be
 specified as an attribute on the argument.


        


More information about the llvm-commits mailing list