diff options
author | Alex Coplan <alex.coplan@arm.com> | 2025-09-05 14:16:00 +0000 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2025-09-08 12:25:03 +0100 |
commit | 4f91825436c7377565a08a2f8cc4d22f8cc16317 (patch) | |
tree | 27a0266583a60abe4d308217b8ffc6839b1e6f50 /gcc | |
parent | 80b453d5e4b423730033fd15bc26075347dfd5ba (diff) | |
download | gcc-4f91825436c7377565a08a2f8cc4d22f8cc16317.zip gcc-4f91825436c7377565a08a2f8cc4d22f8cc16317.tar.gz gcc-4f91825436c7377565a08a2f8cc4d22f8cc16317.tar.bz2 |
doc: Document the -folding option for -fdump-tree-* [PR114892]
I noticed that the -fdump-tree-*-folding flag isn't documented in
the Developer options section of invoke.texi; this patch fixes that.
gcc/ChangeLog:
PR tree-optimization/114892
* doc/invoke.texi (Developer Options): Document -folding option
for -fdump-tree-*.
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 b2a937f..85beda1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -21275,6 +21275,9 @@ passes). @item note Enable other detailed optimization information (only available in certain passes). +@item folding +Enable dumping information about match-and-simplify (match.pd) patterns, +when they are applied. @item all Turn on all options, except @option{raw}, @option{slim}, @option{verbose} and @option{lineno}. |