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
22d05f60
Commit
22d05f60
authored
Feb 16, 2000
by
J"orn Rennecke
Committed by
Joern Rennecke
Feb 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
From-SVN: r31998
parent
a512fa97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+7
-0
No files found.
gcc/ChangeLog
View file @
22d05f60
Wed
Feb
16
01
:
27
:
52
2000
J
"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
Wed Feb 16 00:58:06 2000 J"
orn
Rennecke
<
amylaar
@cygnus
.
co
.
uk
>
*
sh
.
md
(
udivsi3_i1
,
divsi3_i1
,
umulhisi3_i
,
mulhisi3_i
)
:
Name
.
...
...
gcc/config/sh/sh.md
View file @
22d05f60
...
...
@@ -1305,6 +1305,13 @@
invariant code motion can move it. */
REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
/* expand_binop can't find a suitable code in mul_highpart_optab to
make a REG_EQUAL note from, so make one here.
??? Alternatively, we could put this at the calling site of expand_binop,
i.e. expand_mult_highpart. */
REG_NOTES (last)
= gen_rtx_EXPR_LIST (REG_EQUAL, copy_rtx (SET_SRC (single_set (first))),
REG_NOTES (last));
DONE;
}")
...
...
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