Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8bc2421c
Commit
8bc2421c
authored
Oct 05, 2015
by
Aditya Kumar
Committed by
Sebastian Pop
Oct 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase the number of parameters
Co-Authored-By: Sebastian Pop <s.pop@samsung.com> From-SVN: r228494
parent
87ccab5d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
gcc/ChangeLog
+5
-0
gcc/params.def
+1
-1
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/graphite/scop-sor.c
+1
-2
No files found.
gcc/ChangeLog
View file @
8bc2421c
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
.
gcc/params.def
View file @
8bc2421c
...
...
@@ -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. */
...
...
gcc/testsuite/ChangeLog
View file @
8bc2421c
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>
...
...
gcc/testsuite/gcc.dg/graphite/scop-sor.c
View file @
8bc2421c
...
...
@@ -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" } } */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment