[llvm] r357790 - Try to fix Sphinx bot.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 11:06:42 PDT 2019


Author: zturner
Date: Fri Apr  5 11:06:42 2019
New Revision: 357790

URL: http://llvm.org/viewvc/llvm-project?rev=357790&view=rev
Log:
Try to fix Sphinx bot.

Modified:
    llvm/trunk/docs/AMDGPUUsage.rst

Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=357790&r1=357789&r2=357790&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Fri Apr  5 11:06:42 2019
@@ -433,14 +433,12 @@ The AMDGPU backend supports the followin
      "amdgpu-waves-per-eu"="m,n"             Specify the minimum and maximum number of waves per
                                              execution unit. Generated by the ``amdgpu_waves_per_eu``
                                              CLANG attribute [CLANG-ATTR]_.
-
-     "amdgpu-ieee" true/false. Specify whether the function expects
-            the IEEE field of the mode register to be set on entry. Overrides
-            the default for the calling convention.
-     "amdgpu-dx10-clamp" true/false. Specify whether the function expects
-            the DX10_CLAMP field of the mode register to be set on entry. Overrides
-            the default for the calling convention.
-
+     "amdgpu-ieee" true/false.               Specify whether the function expects the IEEE field of the
+                                             mode register to be set on entry. Overrides the default for
+                                             the calling convention.
+     "amdgpu-dx10-clamp" true/false.         Specify whether the function expects the DX10_CLAMP field of
+                                             the mode register to be set on entry. Overrides the default
+                                             for the calling convention.
      ======================================= ==========================================================
 
 Code Object




More information about the llvm-commits mailing list