invoke.texi: Add -floop-unroll-and-jam to options enabled by -O3.

2018-04-19  Toon Moene  <toon@moene.org>

	* doc/invoke.texi: Add -floop-unroll-and-jam to options enabled
	by -O3.

From-SVN: r259509
This commit is contained in:
Toon Moene 2018-04-19 19:29:26 +00:00 committed by Toon Moene
parent c7cec03345
commit b81f7a6137
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-04-19 Toon Moene <toon@moene.org>
* doc/invoke.texi: Add -floop-unroll-and-jam to options enabled
by -O3.
2018-04-19 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/85467

View File

@ -7652,6 +7652,7 @@ by @option{-O2} and also turns on the following optimization flags:
-ftree-loop-distribution @gol
-ftree-loop-distribute-patterns @gol
-floop-interchange @gol
-floop-unroll-and-jam @gol
-fsplit-paths @gol
-ftree-slp-vectorize @gol
-fvect-cost-model @gol