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
c767f54b
Commit
c767f54b
authored
Jul 05, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1442
parent
41c80168
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
gcc/combine.c
+13
-0
No files found.
gcc/combine.c
View file @
c767f54b
...
@@ -1520,6 +1520,19 @@ try_combine (i3, i2, i1)
...
@@ -1520,6 +1520,19 @@ try_combine (i3, i2, i1)
i2_code_number
=
recog_for_combine
(
&
newi2pat
,
i2
,
&
new_i2_notes
);
i2_code_number
=
recog_for_combine
(
&
newi2pat
,
i2
,
&
new_i2_notes
);
if
(
i2_code_number
>=
0
)
if
(
i2_code_number
>=
0
)
insn_code_number
=
recog_for_combine
(
&
newpat
,
i3
,
&
new_i3_notes
);
insn_code_number
=
recog_for_combine
(
&
newpat
,
i3
,
&
new_i3_notes
);
/* It is possible that both insns now set the destination of I3.
If so, we must show an extra use of it and update
reg_significant. */
if
(
insn_code_number
>=
0
&&
GET_CODE
(
SET_DEST
(
newpat
))
==
REG
&&
GET_CODE
(
SET_DEST
(
newi2pat
))
==
REG
&&
REGNO
(
SET_DEST
(
newpat
))
==
REGNO
(
SET_DEST
(
newi2pat
)))
{
reg_n_sets
[
REGNO
(
SET_DEST
(
newpat
))]
++
;
set_significant
(
SET_DEST
(
newi2pat
),
newi2pat
);
set_significant
(
SET_DEST
(
newpat
),
newpat
);
}
}
}
/* If we can split it and use I2DEST, go ahead and see if that
/* If we can split it and use I2DEST, go ahead and see if that
...
...
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