aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2004-09-08 15:28:56 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2004-09-08 15:28:56 +0000
commit599eabdb42d10c1404f13d21137c85946d7fbd92 (patch)
tree23362687866b29177d4928c3a31cb6b30a4946d9 /gcc/common.opt
parent6e45f57bf38ac4ca36f085a27729ebc25856333e (diff)
downloadgcc-599eabdb42d10c1404f13d21137c85946d7fbd92.zip
gcc-599eabdb42d10c1404f13d21137c85946d7fbd92.tar.gz
gcc-599eabdb42d10c1404f13d21137c85946d7fbd92.tar.bz2
Makefile.in (tree-loop-linear.o): Added.
2004-09-08 Daniel Berlin <dberlin@dberlin.org> * Makefile.in (tree-loop-linear.o): Added. (OBJS-common): Add tree-loop-linear.o * common.opt: New flag, ftree-loop-linear. * timevar.def: New timevar, TV_TREE_LOOP_LINEAR. * tree-flow.h: Add prototype for linear_transform_loops. * tree-optimize.c: Add linear transform after vectorization. * tree-pass.h: Add struct pass_linear_transform. * tree-ssa-loop.c: Add pass_linear_transform. * tree-loop-linear.c: New file. * lambda-code.c: gcc_assertify. (gcc_loop_to_lambda_loop): Handle all exit tests. Handle case where we have (invariant >= induction var). (find_induction_var_from_exit_cond): Ditto. From-SVN: r87190
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 00c0ca3..77862f0 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -864,6 +864,10 @@ ftree-loop-im
Common Report Var(flag_tree_loop_im) Init(1)
Enable loop invariant motion on trees
+ftree-loop-linear
+Common Report Var(flag_tree_loop_linear)
+Enable linear loop transforms on trees
+
ftree-loop-ivcanon
Common Report Var(flag_tree_loop_ivcanon)
Create canonical induction variables in loops