From 582cf318629c58611ef838acb1a3f7626ca08c24 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 15 Jun 2023 07:56:42 -0400 Subject: [PATCH] Fix the LLVM Sphinx build This addresses the issue found in: https://lab.llvm.org/buildbot/#/builders/30/builds/36346 --- llvm/docs/AMDGPUUsage.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index a53c06f..90f50e4 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:: -- 2.7.4