From 628f008b201021198f49cd71826fd7f89b28cc26 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 21 May 2020 22:06:10 +0000 Subject: [PATCH] [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. --- llvm/docs/AMDGPUUsage.rst | 1 + llvm/docs/BitCodeFormat.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 976fd4894a0..ad9c6bd3cd4 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 4fdccc87cfd..c8b99c60f01 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]`` -- 2.11.0