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
3e61c219
Commit
3e61c219
authored
Jun 27, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(subst, case IF_THEN_ELSE): Install correct version of last change.
From-SVN: r4763
parent
73f67895
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
gcc/combine.c
+3
-5
No files found.
gcc/combine.c
View file @
3e61c219
...
@@ -3824,12 +3824,10 @@ subst (x, from, to, in_dest, unique_copy)
...
@@ -3824,12 +3824,10 @@ subst (x, from, to, in_dest, unique_copy)
if
(
GET_CODE
(
XEXP
(
x
,
0
))
==
NE
&&
XEXP
(
XEXP
(
x
,
0
),
1
)
==
const0_rtx
if
(
GET_CODE
(
XEXP
(
x
,
0
))
==
NE
&&
XEXP
(
XEXP
(
x
,
0
),
1
)
==
const0_rtx
&&
XEXP
(
x
,
2
)
==
const0_rtx
&&
GET_CODE
(
XEXP
(
x
,
1
))
==
CONST_INT
&&
XEXP
(
x
,
2
)
==
const0_rtx
&&
GET_CODE
(
XEXP
(
x
,
1
))
==
CONST_INT
&&
((
1
==
nonzero_bits
(
XEXP
(
XEXP
(
x
,
0
),
0
),
&&
((
1
==
nonzero_bits
(
XEXP
(
XEXP
(
x
,
0
),
0
),
mode
)
GET_MODE
(
XEXP
(
XEXP
(
x
,
0
),
0
)))
&&
(
i
=
exact_log2
(
INTVAL
(
XEXP
(
x
,
1
))))
>=
0
)
&&
(
i
=
exact_log2
(
INTVAL
(
XEXP
(
x
,
1
))))
>=
0
)
||
((
num_sign_bit_copies
(
XEXP
(
XEXP
(
x
,
0
),
0
),
||
((
num_sign_bit_copies
(
XEXP
(
XEXP
(
x
,
0
),
0
),
mode
)
GET_MODE
(
XEXP
(
XEXP
(
x
,
0
),
0
)))
==
GET_MODE_BITSIZE
(
mode
))
==
GET_MODE_BITSIZE
(
GET_MODE
(
XEXP
(
XEXP
(
x
,
0
),
0
))))
&&
(
i
=
exact_log2
(
-
INTVAL
(
XEXP
(
x
,
1
))))
>=
0
)))
&&
(
i
=
exact_log2
(
-
INTVAL
(
XEXP
(
x
,
1
))))
>=
0
)))
return
return
simplify_shift_const
(
NULL_RTX
,
ASHIFT
,
mode
,
simplify_shift_const
(
NULL_RTX
,
ASHIFT
,
mode
,
...
...
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