diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-08 09:45:40 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-08 09:45:40 +0200 |
commit | 7191e63d051b18c8f62ff73916345fc623a1bf7e (patch) | |
tree | 867c9ee9aacf20536f190677a97fa794bf103d78 /gcc | |
parent | 48aa5c60034736a439f2214dac34b165e74a7d20 (diff) | |
download | gcc-7191e63d051b18c8f62ff73916345fc623a1bf7e.zip gcc-7191e63d051b18c8f62ff73916345fc623a1bf7e.tar.gz gcc-7191e63d051b18c8f62ff73916345fc623a1bf7e.tar.bz2 |
docs: document evrp-sparse-threshold param
gcc/ChangeLog:
* doc/invoke.texi: Document new param evrp-sparse-threshold.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 04048cd..6063e46 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. |