Commit b0eaa5b4 by Thomas Koenig Committed by Richard Biener

re PR tree-optimization/52307 (Segmentation fault in Lapack with -O3…

re PR tree-optimization/52307 (Segmentation fault in Lapack with -O3 -floop-flatten -floop-strip-mine)

2012-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR tree-optimization/53207
	* doc/invoke.texi: Document as experimental and relying on graphite.

From-SVN: r184623
parent f37cf6a9
2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
PR tree-optimization/53207
* doc/invoke.texi: Document as experimental and relying on graphite.
2012-02-28 Georg-Johann Lay <avr@gjlay.de> 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
......
...@@ -7289,8 +7289,12 @@ dead code elimination in loops. ...@@ -7289,8 +7289,12 @@ dead code elimination in loops.
@item -floop-flatten @item -floop-flatten
@opindex floop-flatten @opindex floop-flatten
Removes the loop nesting structure: transforms the loop nest into a Removes the loop nesting structure: transforms the loop nest into a
single loop. This transformation can be useful to vectorize all the single loop. This transformation can be useful as an enablement
levels of the loop nest. transform for vectorization and parallelization. This feature
is experimental.
To use this code transformation, GCC has to be configured
with @option{--with-ppl} and @option{--with-cloog} to enable the
Graphite loop transformation infrastructure.
@item -floop-parallelize-all @item -floop-parallelize-all
@opindex floop-parallelize-all @opindex floop-parallelize-all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment