increase the number of parameters
authorAditya Kumar <aditya.k7@samsung.com>
Mon, 5 Oct 2015 16:03:21 +0000 (16:03 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 5 Oct 2015 16:03:21 +0000 (16:03 +0000)
Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r228494

gcc/ChangeLog
gcc/params.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/scop-sor.c

index 9309331..b7086ef 100644 (file)
@@ -1,6 +1,11 @@
 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
            Sebastian Pop  <s.pop@samsung.com>
 
+        * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Increase to 7.
+
+2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
+           Sebastian Pop  <s.pop@samsung.com>
+
        * graphite-poly.c (new_gimple_poly_bb): ... here.
        (free_data_refs_aux): ... here.
        (free_gimple_poly_bb): ... here.
index 3f91992..da2c6a3 100644 (file)
@@ -835,7 +835,7 @@ DEFPARAM (PARAM_LOOP_BLOCK_TILE_SIZE,
 DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS,
          "graphite-max-nb-scop-params",
          "maximum number of parameters in a SCoP",
-         3, 0, 0)
+         7, 0, 0)
 
 /* Maximal number of basic blocks in the functions analyzed by Graphite.  */
 
index aa748ee..cbec9c9 100644 (file)
@@ -1,6 +1,11 @@
 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
            Sebastian Pop  <s.pop@samsung.com>
 
+        * gcc.dg/graphite/scop-sor.c: Un-xfail.
+
+2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
+           Sebastian Pop  <s.pop@samsung.com>
+
         * gcc.dg/graphite/scop-sor.c: Xfail.
 
 2015-10-05  Martin Jambor  <mjambor@suse.cz>
index aec8b9c..ad5278a 100644 (file)
@@ -14,5 +14,4 @@ void sor(int N1, int N2){
 #pragma endscop
 }
 
-/* This requires more than 3 parameters.  */
-/* { dg-final { scan-tree-dump-times "number of SCoPs: 0" 1 "graphite" } } */
+/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" } } */