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
1ccf8937
Commit
1ccf8937
authored
Feb 16, 1999
by
J"orn Rennecke
Committed by
Joern Rennecke
Feb 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (strength_reduce): Dump biv increment -> giv conversions.
From-SVN: r25250
parent
6b99d470
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/loop.c
+5
-0
No files found.
gcc/ChangeLog
View file @
1ccf8937
Wed
Feb
17
00
:
43
:
12
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (strength_reduce): Dump biv increment -> giv conversions.
Tue Feb 16 15:31:39 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
* objc/objc-act.c (encode_type): Encode the type instead of
...
...
gcc/loop.c
View file @
1ccf8937
...
...
@@ -4260,6 +4260,11 @@ strength_reduce (scan_start, end, loop_top, insn_count,
This will not prevent the biv from being eliminated. */
if
(
v
->
lifetime
==
0
)
v
->
ignore
=
1
;
if
(
loop_dump_stream
)
fprintf
(
loop_dump_stream
,
"Increment %d of biv %d converted to giv %d.
\n\n
"
,
INSN_UID
(
v
->
insn
),
old_regno
,
new_regno
);
}
}
}
...
...
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