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
d0cb84e9
Commit
d0cb84e9
authored
May 01, 2004
by
Richard Sandiford
Committed by
Richard Sandiford
May 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/mips.h (TARGET_MACC_CHAINS): Fix comment.
From-SVN: r81390
parent
ebade076
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.h
+3
-3
No files found.
gcc/ChangeLog
View file @
d0cb84e9
2004-05-01 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h (TARGET_MACC_CHAINS): Fix comment.
2004-05-01 Falk Hueffner <falk@debian.org>
2004-05-01 Falk Hueffner <falk@debian.org>
* config/alpha/alpha.md (builtin_insbl, builtin_inswl,
* config/alpha/alpha.md (builtin_insbl, builtin_inswl,
...
...
gcc/config/mips/mips.h
View file @
d0cb84e9
...
@@ -346,10 +346,10 @@ extern const struct mips_cpu_info *mips_tune_info;
...
@@ -346,10 +346,10 @@ extern const struct mips_cpu_info *mips_tune_info;
t1 = a * b
t1 = a * b
t2 = t1 + c * d
t2 = t1 + c * d
t3 =
c * d
t3 =
e * f
t4 = t3 -
c * d
t4 = t3 -
g * h
t1 will have a higher priority
and
t2 and t3 will have a higher
t1 will have a higher priority
than
t2 and t3 will have a higher
priority than t4. However, before reload, there is no dependence
priority than t4. However, before reload, there is no dependence
between t1 and t3, and they can often have similar priorities.
between t1 and t3, and they can often have similar priorities.
The scheduler will then tend to prefer:
The scheduler will then tend to prefer:
...
...
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