]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update flags turned by -O3.
authorErick Ochoa <erick.ochoa@theobroma-systems.com>
Wed, 22 Apr 2020 17:16:24 +0000 (11:16 -0600)
committerJeff Law <law@redhat.com>
Wed, 22 Apr 2020 17:16:24 +0000 (11:16 -0600)
* doc/invoke.texi: Update flags turned on by -O3.

gcc/ChangeLog
gcc/doc/invoke.texi

index 532a56513f32c261fbf5d5f6edb882052d5a739c..d647ab315a672076ad649c6533d1fda04b178c2d 100644 (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
index e2bc2559218b3e484d5249c3d5b480383dea9037..a37a2ee9c1938fabe23775954de0f654ce3270fb 100644 (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