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
032e2f50
Commit
032e2f50
authored
Nov 18, 2005
by
Richard Kenner
Committed by
Richard Kenner
Nov 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* postreload.c (reload_cse_move2add): Don't try to work with BImode.
From-SVN: r107179
parent
438090c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+3
-1
gcc/postreload.c
+1
-1
No files found.
gcc/ChangeLog
View file @
032e2f50
2005
-
11
-
18
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
2005
-
11
-
18
Richard
Kenner
<
kenner
@don
.
gnat
.
com
>
*
postreload
.
c
(
reload_cse_move2add
)
:
Don
'
t
try
to
work
with
BImode
.
*
fold
-
const
.
c
(
build_range_check
)
:
Use
proper
type
for
subtraction
when
merging
lower
bound
.
...
...
gcc/postreload.c
View file @
032e2f50
...
...
@@ -1268,7 +1268,7 @@ reload_cse_move2add (rtx first)
rtx
tem
=
gen_rtx_PLUS
(
GET_MODE
(
reg
),
reg
,
new_src
);
validate_change
(
insn
,
&
SET_SRC
(
pat
),
tem
,
0
);
}
else
else
if
(
GET_MODE
(
reg
)
!=
BImode
)
{
enum
machine_mode
narrow_mode
;
for
(
narrow_mode
=
GET_CLASS_NARROWEST_MODE
(
MODE_INT
);
...
...
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