public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] docs: document evrp-sparse-threshold param
@ 2021-06-08  7:46 Martin Liška
  2021-06-08 12:32 ` Andrew MacLeod
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2021-06-08  7:46 UTC (permalink / raw)
  To: gcc-patches

Pushed as obvious.

Martin

gcc/ChangeLog:

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

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 04048cd8332..6063e466c13 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -14207,6 +14207,9 @@ we may be able to devirtualize speculatively.
  The maximum number of assertions to add along the default edge of a switch
  statement during VRP.
  
+@item evrp-sparse-threshold
+Maximum number of basic blocks before EVRP uses a sparse cache.
+
  @item evrp-mode
  Specifies the mode Early VRP should operate in.
  
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: document evrp-sparse-threshold param
  2021-06-08  7:46 [PATCH] docs: document evrp-sparse-threshold param Martin Liška
@ 2021-06-08 12:32 ` Andrew MacLeod
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew MacLeod @ 2021-06-08 12:32 UTC (permalink / raw)
  To: Martin Liška, gcc-patches

On 6/8/21 3:46 AM, Martin Liška wrote:
> Pushed as obvious.
>
> Martin
>
> gcc/ChangeLog:
>
>     * doc/invoke.texi: Document new param evrp-sparse-threshold.
> ---
> gcc/doc/invoke.texi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index 04048cd8332..6063e466c13 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -14207,6 +14207,9 @@ we may be able to devirtualize speculatively.
> The maximum number of assertions to add along the default edge of a 
> switch
> statement during VRP.
>
> +@item evrp-sparse-threshold
> +Maximum number of basic blocks before EVRP uses a sparse cache.
> +
> @item evrp-mode
> Specifies the mode Early VRP should operate in.
>
Sorry, I always seem to forget this part :-P  doh.  NEXT time I'll remember.

Thanks

Andrew



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-08 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  7:46 [PATCH] docs: document evrp-sparse-threshold param Martin Liška
2021-06-08 12:32 ` Andrew MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).