]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Document the -folding option for -fdump-tree-* [PR114892]
authorAlex Coplan <alex.coplan@arm.com>
Fri, 5 Sep 2025 14:16:00 +0000 (14:16 +0000)
committerAlex Coplan <alex.coplan@arm.com>
Mon, 8 Sep 2025 11:25:03 +0000 (12:25 +0100)
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-*.

gcc/doc/invoke.texi

index b2a937fba3559c1b774a833229f5871b8c26594b..85beda11c5c93df8218d20b89729a64793505d92 100644 (file)
@@ -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}.