]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/common.opt
* tree-parloops.c: New file.
[thirdparty/gcc.git] / gcc / common.opt
index 909c57bf0ac02500d9758eb328d6ca5ec5df9b98..4d9f9b85e4dc5474bdfba22f6a3a934e61fd3266 100644 (file)
@@ -1088,6 +1088,10 @@ ftree-loop-optimize
 Common Report Var(flag_tree_loop_optimize) Init(1) Optimization
 Enable loop optimizations on tree level
 
+ftree-parallelize-loops=
+Common Report Joined UInteger Var(flag_tree_parallelize_loops) Init(1)
+Enable automatic parallelization of loops
+
 ftree-pre
 Common Report Var(flag_tree_pre) Optimization
 Enable SSA-PRE optimization on trees