Update flags turned by -O3.

* doc/invoke.texi: Update flags turned on by -O3.
This commit is contained in:
Erick Ochoa 2020-04-22 11:16:24 -06:00 committed by Jeff Law
parent c95d1dd7f5
commit 464092e0f1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2020-04-22 Erick Ochoa <erick.ochoa@theobroma-systems.com>
* doc/invoke.texi: Update flags turned on by -O3.
2020-04-22 Jakub Jelinek <jakub@redhat.com>
PR target/94706

View file

@ -9241,14 +9241,15 @@ by @option{-O2} and also turns on the following optimization flags:
-floop-unroll-and-jam @gol
-fpeel-loops @gol
-fpredictive-commoning @gol
-fsplit-loops @gol
-fsplit-paths @gol
-ftree-loop-distribute-patterns @gol
-ftree-loop-distribution @gol
-ftree-loop-vectorize @gol
-ftree-partial-pre @gol
-ftree-slp-vectorize @gol
-funswitch-loops @gol
-fvect-cost-model @gol
-fvect-cost-model=dynamic @gol
-fversion-loops-for-strides}
@item -O0