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
b2dfd40f
Commit
b2dfd40f
authored
Dec 19, 2002
by
J"orn Rennecke
Committed by
Joern Rennecke
Dec 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sched-rgn.c (init_regions): Update comment.
From-SVN: r60340
parent
310b9b1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
gcc/ChangeLog
+4
-0
gcc/sched-rgn.c
+4
-11
No files found.
gcc/ChangeLog
View file @
b2dfd40f
Thu
Dec
19
23
:
44
:
09
2002
J
"orn Rennecke <joern.rennecke@superh.com>
* sched-rgn.c (init_regions): Update comment.
2002-12-19 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (define_attr type): Remove altivec.
...
...
gcc/sched-rgn.c
View file @
b2dfd40f
...
...
@@ -2909,17 +2909,10 @@ init_regions ()
dominance_info
dom
;
struct
edge_list
*
edge_list
;
/* The scheduler runs after flow; therefore, we can't blindly call
back into find_basic_blocks since doing so could invalidate the
info in global_live_at_start.
Consider a block consisting entirely of dead stores; after life
analysis it would be a block of NOTE_INSN_DELETED notes. If
we call find_basic_blocks again, then the block would be removed
entirely and invalidate our the register live information.
We could (should?) recompute register live information. Doing
so may even be beneficial. */
/* The scheduler runs after estimate_probabilities; therefore, we
can't blindly call back into find_basic_blocks since doing so
could invalidate the branch probability info. We could,
however, call cleanup_cfg. */
edge_list
=
create_edge_list
();
/* Compute the dominators and post dominators. */
...
...
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