[llvm] 582cf31 - Fix the LLVM Sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 04:57:10 PDT 2023
Author: Aaron Ballman
Date: 2023-06-15T07:56:42-04:00
New Revision: 582cf318629c58611ef838acb1a3f7626ca08c24
URL: https://github.com/llvm/llvm-project/commit/582cf318629c58611ef838acb1a3f7626ca08c24
DIFF: https://github.com/llvm/llvm-project/commit/582cf318629c58611ef838acb1a3f7626ca08c24.diff
LOG: Fix the LLVM Sphinx build
This addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/30/builds/36346
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index a53c06f43868f..90f50e487d8ff 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -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::
More information about the llvm-commits
mailing list