[llvm] ed9285e - AMDGPU: Correct semantic bearing typo in intrinsic description

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 04:00:13 PDT 2023


Author: Matt Arsenault
Date: 2023-06-15T07:00:07-04:00
New Revision: ed9285e870a1f22db9bd3235557abb46b107f086

URL: https://github.com/llvm/llvm-project/commit/ed9285e870a1f22db9bd3235557abb46b107f086
DIFF: https://github.com/llvm/llvm-project/commit/ed9285e870a1f22db9bd3235557abb46b107f086.diff

LOG: AMDGPU: Correct semantic bearing typo in intrinsic description

Added: 
    

Modified: 
    llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
index b6bdb0d95fa97..0c6646c01ae22 100644
--- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -302,7 +302,7 @@ def int_amdgcn_cos : DefaultAttrsIntrinsic<
 
 // v_log_{f16|f32}, performs log2. f32 version does not handle
 // denormals. There is no reason to use this for f16 as it does
-// support denormals, and the generic log intrinsic should be
+// support denormals, and the generic log2 intrinsic should be
 // preferred.
 def int_amdgcn_log : DefaultAttrsIntrinsic<
   [llvm_anyfloat_ty], [LLVMMatchType<0>], [IntrNoMem, IntrSpeculatable]


        


More information about the llvm-commits mailing list