Robin Dapp <[email protected]> writes:
> This patch amends the documentation for masked loads (maskload,
> vec_mask_load_lanes, and mask_gather_load as well as their len
> counterparts) with an else operand.
>
> gcc/ChangeLog:
>
> * doc/md.texi: Document masked load else operand.
> ---
> gcc/doc/md.texi | 63 ++++++++++++++++++++++++++++++++-----------------
> 1 file changed, 41 insertions(+), 22 deletions(-)
>
Looks good, just noticed one texi-ism:
> [...]
> diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
> index 603f74a78c0..632b036b36c 100644
> --- a/gcc/doc/md.texi
> +++ b/gcc/doc/md.texi
> @@ -5368,8 +5381,13 @@ Operands 4 and 5 have a target-dependent scalar
> integer mode.
> @cindex @code{maskload@var{m}@var{n}} instruction pattern
> @item @samp{maskload@var{m}@var{n}}
> Perform a masked load of vector from memory operand 1 of mode @var{m}
> -into register operand 0. Mask is provided in register operand 2 of
> -mode @var{n}.
> +into register operand 0. The mask is provided in register operand 2 of
> +mode @var{n}. Operand 3 (the "else value") is of mode @var{m} and
``else value''
OK with that change, thanks.
Richard