]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump the size of scevs.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 11 Aug 2010 20:27:51 +0000 (20:27 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:27:51 +0000 (20:27 +0000)
2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>

* params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.

From-SVN: r163143

gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/params.def

index 08bb970544169259627d0f15cf015dc4d9c3e9be..6b8a4da2932313588eb50f6fcf33901a870a5111 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
+
 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
 
        * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
index 07b48a37fb32999c0cc38520def23db51606fddf..9eb3ae84a8373a7106a4d358610b4130e304c20a 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
+
 2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
 
        * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
index d470539c9c424645a8701aaf8d6ebf5d939c0a03..fef75dd5b56445fd7eca984b3d8908a2ab23033b 100644 (file)
@@ -467,7 +467,7 @@ DEFPARAM(PARAM_IV_ALWAYS_PRUNE_CAND_SET_BOUND,
 DEFPARAM(PARAM_SCEV_MAX_EXPR_SIZE,
         "scev-max-expr-size",
         "Bound on size of expressions used in the scalar evolutions analyzer",
-        20, 0, 0)
+        100, 0, 0)
 
 DEFPARAM(PARAM_OMEGA_MAX_VARS,
         "omega-max-vars",