On Tue, Mar 05, 2019 at 04:53:54PM +0100, Martin Liška wrote:
> Hi.
> 
> The param was added by Jakub. Should I mention it in invoke.texi?

It is meant solely for the testsuite, so I wouldn't document it.
But if others disagree, I'm not strongly opposed to that, but we then should
say so in the documentation.

> 2019-03-05  Martin Liska  <mli...@suse.cz>
> 
>       * doc/invoke.texi: Mention logical-op-non-short-circuit
>       param.
> ---
>  gcc/doc/invoke.texi | 3 +++
>  1 file changed, 3 insertions(+)
> 
> 

> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index df0883f2fc9..d9be34da077 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -12044,6 +12044,9 @@ considered for SLP vectorization.
>  @item avoid-fma-max-bits
>  Maximum number of bits for which we avoid creating FMAs.
>  
> +@item logical-op-non-short-circuit
> +True if a non-short-circuit operation is optimal.
> +
>  @item sms-loop-average-count-threshold
>  A threshold on the average loop count considered by the swing modulo 
> scheduler.
>  
> 


        Jakub

Reply via email to