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
b577a8ff
Commit
b577a8ff
authored
Feb 01, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jan 31, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (simplify_shift_const): Fix typo in last change.
From-SVN: r17573
parent
4de160dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/combine.c
+2
-1
No files found.
gcc/ChangeLog
View file @
b577a8ff
Sun Feb 1 03:32:07 1998 Jeffrey A Law (law@cygnus.com)
* combine.c (simplify_shift_const): Fix typo in last change.
Sun Feb 1 02:50:46 1998 John Carr <jfc@mit.edu>
* combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt)))
...
...
gcc/combine.c
View file @
b577a8ff
...
...
@@ -8795,7 +8795,8 @@ simplify_shift_const (x, code, result_mode, varop, count)
&&
GET_CODE
(
XEXP
(
varop
,
0
))
==
LSHIFTRT
&&
GET_CODE
(
XEXP
(
XEXP
(
varop
,
0
),
1
))
==
CONST_INT
&&
(
INTVAL
(
XEXP
(
XEXP
(
varop
,
0
),
1
))
>=
(
GET_MODE_BITSIZE
(
GET_MODE
(
XEXP
(
varop
,
0
)))
-
GET_MODE_BITSIZE
(
varop
))))
>=
(
GET_MODE_BITSIZE
(
GET_MODE
(
XEXP
(
varop
,
0
)))
-
GET_MODE_BITSIZE
(
GET_MODE
(
varop
)))))
{
rtx
varop_inner
=
XEXP
(
varop
,
0
);
...
...
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