[llvm] [LangRef] Update the position of some parameters in the vp intrinsic of abs/cttz/ctlz (PR #117519)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 24 23:47:09 PST 2024
================
@@ -25291,7 +25291,7 @@ Examples:
.. code-block:: llvm
- %r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, <4 x i1> %mask, i32 %evl, i1 false)
+ %r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, , i1 false, <4 x i1> %mask, i32 %evl)
----------------
davemgreen wrote:
Nit: There is an extra `,` here.
https://github.com/llvm/llvm-project/pull/117519
More information about the llvm-commits
mailing list