]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Clarify mode of else operand for vec_mask_load_lanesmn
authorAlex Coplan <alex.coplan@arm.com>
Mon, 30 Jun 2025 14:06:03 +0000 (15:06 +0100)
committerAlex Coplan <alex.coplan@arm.com>
Thu, 3 Jul 2025 08:51:20 +0000 (09:51 +0100)
This extends the documentation of the vec_mask_load_lanes<m><n> optab to
explicitly state that the mode of the else operand is n, i.e. the mode
of a single subvector.

gcc/ChangeLog:

* doc/md.texi (Standard Names): Clarify mode of else operand for
vec_mask_load_lanesmn optab.

gcc/doc/md.texi

index 2a1f9919c5b2f3dab7ee487bf3d556fa50d18d04..28159b2e820a4e12a9a194cf70a814da2e455bf2 100644 (file)
@@ -4997,8 +4997,8 @@ This pattern is not allowed to @code{FAIL}.
 Like @samp{vec_load_lanes@var{m}@var{n}}, but takes an additional
 mask operand (operand 2) that specifies which elements of the destination
 vectors should be loaded.  Other elements of the destination vectors are
-taken from operand 3, which is an else operand similar to the one in
-@code{maskload}.
+taken from operand 3, which is an else operand in the subvector mode
+@var{n}, similar to the one in @code{maskload}.
 The operation is equivalent to:
 
 @smallexample