[llvm] 628f008 - [docs] Fix buildbot failures
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 15:08:34 PDT 2020
Author: Jinsong Ji
Date: 2020-05-21T22:07:33Z
New Revision: 628f008b201021198f49cd71826fd7f89b28cc26
URL: https://github.com/llvm/llvm-project/commit/628f008b201021198f49cd71826fd7f89b28cc26
DIFF: https://github.com/llvm/llvm-project/commit/628f008b201021198f49cd71826fd7f89b28cc26.diff
LOG: [docs] Fix buildbot failures
Buildbot has been failing since
http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/44711
This patch fix the minor issues that cause warnings.
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
llvm/docs/BitCodeFormat.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 976fd4894a04..ad9c6bd3cd4e 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -6522,6 +6522,7 @@ On exit from a function:
VGPR216-223
VGPR232-239
VGPR248-255
+
*Except the argument registers, the VGPR cloberred and the preserved
registers are intermixed at regular intervals in order to
get a better occupancy.*
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst
index 4fdccc87cfd2..c8b99c60f013 100644
--- a/llvm/docs/BitCodeFormat.rst
+++ b/llvm/docs/BitCodeFormat.rst
@@ -1108,7 +1108,7 @@ The ``HALF`` record (code 10) adds a ``half`` (16-bit floating point) type to
the type table.
TYPE_CODE_BFLOAT Record
-^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^
``[BFLOAT]``
More information about the llvm-commits
mailing list