[llvm] [LangRef] Update the position of some parameters in the vp intrinsic of abs/cttz/ctlz (PR #117519)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 03:31:38 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)
----------------
LiqinWeng wrote:

sorry, fix in #117542 

https://github.com/llvm/llvm-project/pull/117519


More information about the llvm-commits mailing list