Skip to content

Commit

Permalink
[LangRef] Remove extra commas of llvm.vp.ctlz (#117542)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiqinWeng authored Nov 26, 2024
1 parent ebcaa57 commit bf07a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf07a56

Please sign in to comment.