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
2036f413
Commit
2036f413
authored
Jan 28, 2016
by
H.J. Lu
Committed by
H.J. Lu
Jan 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix optimize_isl dump
* graphite-optimize-isl.c (optimize_isl): Fix dump. From-SVN: r232939
parent
ef22810a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/graphite-optimize-isl.c
+1
-2
No files found.
gcc/ChangeLog
View file @
2036f413
2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
* graphite-optimize-isl.c (optimize_isl): Fix dump.
2016-01-28 Richard Henderson <rth@redhat.com>
2016-01-28 Richard Henderson <rth@redhat.com>
PR target/69305
PR target/69305
...
...
gcc/graphite-optimize-isl.c
View file @
2036f413
...
@@ -479,8 +479,7 @@ optimize_isl (scop_p scop)
...
@@ -479,8 +479,7 @@ optimize_isl (scop_p scop)
if
(
dump_file
&&
dump_flags
)
if
(
dump_file
&&
dump_flags
)
{
{
if
(
!
schedule
)
if
(
!
schedule
)
fprintf
(
dump_file
,
"isl did not return any schedule.
\n
"
,
fprintf
(
dump_file
,
"isl did not return any schedule.
\n
"
);
max_operations
);
else
else
fprintf
(
dump_file
,
"isl timed out --param max-isl-operations=%d
\n
"
,
fprintf
(
dump_file
,
"isl timed out --param max-isl-operations=%d
\n
"
,
max_operations
);
max_operations
);
...
...
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