From: Toon Moene Date: Thu, 19 Apr 2018 19:29:26 +0000 (+0000) Subject: invoke.texi: Add -floop-unroll-and-jam to options enabled by -O3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b81f7a61372c16357ba96c35f87812c1e7e11940;p=gcc.git invoke.texi: Add -floop-unroll-and-jam to options enabled by -O3. 2018-04-19 Toon Moene * doc/invoke.texi: Add -floop-unroll-and-jam to options enabled by -O3. From-SVN: r259509 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d51da374493..f94a904407d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-04-19 Toon Moene + + * doc/invoke.texi: Add -floop-unroll-and-jam to options enabled + by -O3. + 2018-04-19 Jakub Jelinek PR tree-optimization/85467 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 09a2472be09..0f2c83964f4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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