]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi: Add -floop-unroll-and-jam to options enabled by -O3.
authorToon Moene <toon@moene.org>
Thu, 19 Apr 2018 19:29:26 +0000 (19:29 +0000)
committerToon Moene <toon@gcc.gnu.org>
Thu, 19 Apr 2018 19:29:26 +0000 (19:29 +0000)
2018-04-19  Toon Moene  <toon@moene.org>

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

From-SVN: r259509

gcc/ChangeLog
gcc/doc/invoke.texi

index d51da3744933ebf3231be227ff1c949d2326351c..f94a904407dc7708fa8c76504f3b9e2e8e052005 100644 (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
index 09a2472be0992d3efa48f950b21150892844ef2f..0f2c83964f49bdd011dec291538bd62ed2d048d6 100644 (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
This page took 0.085938 seconds and 5 git commands to generate.