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
2485126f
Commit
2485126f
authored
May 27, 1999
by
J"orn Rennecke
Committed by
Jeff Law
May 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (strength_reduce): Don't do biv->giv conversion on constants.
From-SVN: r27194
parent
b040e3a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/loop.c
+2
-0
No files found.
gcc/ChangeLog
View file @
2485126f
Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (strength_reduce): Don't do biv->giv conversion on constants.
Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
* reload.c (push_reload): Do not call remove_address_replacements
...
...
gcc/loop.c
View file @
2485126f
...
...
@@ -4193,6 +4193,8 @@ strength_reduce (scan_start, end, loop_top, insn_count,
||
!
next
->
always_executed
||
next
->
maybe_multiple
||
!
CONSTANT_P
(
next
->
add_val
)
||
v
->
mult_val
!=
const1_rtx
||
next
->
mult_val
!=
const1_rtx
||
!
(
biv_dead_after_loop
||
no_jumps_between_p
(
v
->
insn
,
next
->
insn
)))
{
...
...
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