[(pushed)] param: document ranger-recompute-depth

Message ID 7a2e8985-4e90-e384-9817-06547e4fed2e@suse.cz
State Not Applicable
Headers
Series [(pushed)] param: document ranger-recompute-depth |

Checks

Context Check Description
snail/gcc-patch-check fail Git am fail log

Commit Message

Martin Liška April 3, 2023, 8:04 a.m. UTC
  gcc/ChangeLog:

	* doc/invoke.texi: Document new param.
---
  gcc/doc/invoke.texi | 4 ++++
  1 file changed, 4 insertions(+)
  

Comments

Andrew MacLeod April 3, 2023, 1:19 p.m. UTC | #1
Bah.. forgot that.. thanks :-)

Andrew

On 4/3/23 04:04, Martin Liška wrote:
> gcc/ChangeLog:
>
>     * doc/invoke.texi: Document new param.
> ---
>  gcc/doc/invoke.texi | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index def2df4584b..c9482886c5a 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -16170,6 +16170,10 @@ per supernode, before terminating analysis.
>  Maximum depth of logical expression evaluation ranger will look through
>  when evaluating outgoing edge ranges.
>
> +@item ranger-recompute-depth
> +Maximum depth of instruction chains to consider for recomputation
> +in the outgoing range calculator.
> +
>  @item relation-block-limit
>  Maximum number of relations the oracle will register in a basic block.
>
  

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index def2df4584b..c9482886c5a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -16170,6 +16170,10 @@  per supernode, before terminating analysis.
  Maximum depth of logical expression evaluation ranger will look through
  when evaluating outgoing edge ranges.
  
+@item ranger-recompute-depth
+Maximum depth of instruction chains to consider for recomputation
+in the outgoing range calculator.
+
  @item relation-block-limit
  Maximum number of relations the oracle will register in a basic block.