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::