Commit 8bc2421c by Aditya Kumar Committed by Sebastian Pop

increase the number of parameters

Co-Authored-By: Sebastian Pop <s.pop@samsung.com>

From-SVN: r228494
parent 87ccab5d
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.
......@@ -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. */
......
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>
......
......@@ -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" } } */
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