Fix the LLVM Sphinx build
authorAaron Ballman <aaron@aaronballman.com>
Thu, 15 Jun 2023 11:56:42 +0000 (07:56 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 15 Jun 2023 11:56:42 +0000 (07:56 -0400)
This addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/30/builds/36346

llvm/docs/AMDGPUUsage.rst

index a53c06f..90f50e4 100644 (file)
@@ -951,13 +951,11 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
   =========================================  ==========================================================
   LLVM Intrinsic                             Description
   =========================================  ==========================================================
-
   llvm.amdgcn.log                            Provides direct access to v_log_f32 and v_log_f16
                                              (on targets with half support). Peforms log2 function.
 
   llvm.amdgcn.exp2                           Provides direct access to v_exp_f32 and v_exp_f16
                                              (on targets with half support). Performs exp2 function.
-
   =========================================  ==========================================================
 
 .. TODO::