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
729a2bc6
Commit
729a2bc6
authored
Jul 02, 1998
by
Alasdair Baird
Committed by
Jeff Law
Jul 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.
From-SVN: r20887
parent
e54c4883
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/combine.c
+2
-2
No files found.
gcc/ChangeLog
View file @
729a2bc6
Thu Jul 2 01:53:32 1998 Alasdair Baird <alasdair@wildcat.demon.co.uk>
* combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.
Wed Jul 1 23:06:03 1998 Richard Henderson <rth@cygnus.com>
Wed Jul 1 23:06:03 1998 Richard Henderson <rth@cygnus.com>
* i386.h (HARD_REGNO_MODE_OK): Kill spurrious test.
* i386.h (HARD_REGNO_MODE_OK): Kill spurrious test.
...
...
gcc/combine.c
View file @
729a2bc6
...
@@ -9471,10 +9471,10 @@ simplify_comparison (code, pop0, pop1)
...
@@ -9471,10 +9471,10 @@ simplify_comparison (code, pop0, pop1)
>
GET_MODE_SIZE
(
GET_MODE
(
SUBREG_REG
(
inner_op0
))))
>
GET_MODE_SIZE
(
GET_MODE
(
SUBREG_REG
(
inner_op0
))))
&&
(
GET_MODE
(
SUBREG_REG
(
inner_op0
))
&&
(
GET_MODE
(
SUBREG_REG
(
inner_op0
))
==
GET_MODE
(
SUBREG_REG
(
inner_op1
)))
==
GET_MODE
(
SUBREG_REG
(
inner_op1
)))
&&
(
GET_MODE_BITSIZE
(
GET_MODE
(
SUBREG_REG
(
op0
)))
&&
(
GET_MODE_BITSIZE
(
GET_MODE
(
SUBREG_REG
(
inner_
op0
)))
<=
HOST_BITS_PER_WIDE_INT
)
<=
HOST_BITS_PER_WIDE_INT
)
&&
(
0
==
((
~
c0
)
&
nonzero_bits
(
SUBREG_REG
(
inner_op0
),
&&
(
0
==
((
~
c0
)
&
nonzero_bits
(
SUBREG_REG
(
inner_op0
),
GET_MODE
(
SUBREG_REG
(
op0
)))))
GET_MODE
(
SUBREG_REG
(
inner_
op0
)))))
&&
(
0
==
((
~
c1
)
&
nonzero_bits
(
SUBREG_REG
(
inner_op1
),
&&
(
0
==
((
~
c1
)
&
nonzero_bits
(
SUBREG_REG
(
inner_op1
),
GET_MODE
(
SUBREG_REG
(
inner_op1
))))))
GET_MODE
(
SUBREG_REG
(
inner_op1
))))))
{
{
...
...
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