[llvm] bf07a56 - [LangRef] Remove extra commas of llvm.vp.ctlz (#117542)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 18:22:29 PST 2024


Author: LiqinWeng
Date: 2024-11-26T10:22:26+08:00
New Revision: bf07a569b73b5f8634cad30fa21c03a1e3d63e0b

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

LOG: [LangRef] Remove extra commas of llvm.vp.ctlz (#117542)

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 79bdd25c18f1fd..be5b6e2e215e65 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -25291,7 +25291,7 @@ Examples:
 
 .. code-block:: llvm
 
-      %r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, , i1 false, <4 x i1> %mask, i32 %evl)
+      %r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, i1 false, <4 x i1> %mask, i32 %evl)
       ;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
 
       %t = call <4 x i32> @llvm.ctlz.v4i32(<4 x i32> %a, i1 false)


        


More information about the llvm-commits mailing list