mirror of git://gcc.gnu.org/git/gcc.git
invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
2014-07-23 Host Schirmeier <horst@schirmeier.com> * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns. From-SVN: r212928
This commit is contained in:
parent
47e1e86f7b
commit
861d14dfa6
|
|
@ -1,3 +1,7 @@
|
||||||
|
2014-07-23 Host Schirmeier <horst@schirmeier.com>
|
||||||
|
|
||||||
|
* doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
|
||||||
|
|
||||||
2014-07-23 Jiong Wang <jiong.wang@arm.com>
|
2014-07-23 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
* config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
|
* config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
|
||||||
|
|
|
||||||
|
|
@ -7030,6 +7030,7 @@ Optimize yet more. @option{-O3} turns on all optimizations specified
|
||||||
by @option{-O2} and also turns on the @option{-finline-functions},
|
by @option{-O2} and also turns on the @option{-finline-functions},
|
||||||
@option{-funswitch-loops}, @option{-fpredictive-commoning},
|
@option{-funswitch-loops}, @option{-fpredictive-commoning},
|
||||||
@option{-fgcse-after-reload}, @option{-ftree-loop-vectorize},
|
@option{-fgcse-after-reload}, @option{-ftree-loop-vectorize},
|
||||||
|
@option{-ftree-loop-distribute-patterns},
|
||||||
@option{-ftree-slp-vectorize}, @option{-fvect-cost-model},
|
@option{-ftree-slp-vectorize}, @option{-fvect-cost-model},
|
||||||
@option{-ftree-partial-pre} and @option{-fipa-cp-clone} options.
|
@option{-ftree-partial-pre} and @option{-fipa-cp-clone} options.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue