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
2eb05061
Commit
2eb05061
authored
Dec 10, 2019
by
Jakub Jelinek
Committed by
Jakub Jelinek
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.
From-SVN: r279157
parent
52dc9c32
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/i386/i386.c
+3
-3
No files found.
gcc/ChangeLog
View file @
2eb05061
2019-12-10 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.
2019-12-10 Martin Liska <mliska@suse.cz>
PR tree-optimization/92862
gcc/config/i386/i386.c
View file @
2eb05061
...
...
@@ -14411,10 +14411,10 @@ distance_agu_use (unsigned int regno0, rtx_insn *insn)
}
/* Define this macro to tune LEA priority vs ADD, it take effect when
there is a dilemma of cho
ic
ing LEA or ADD
there is a dilemma of cho
os
ing LEA or ADD
Negative value: ADD is more preferred than LEA
Zero: Ne
tru
al
Positive value: LEA is more preferred than ADD*/
Zero: Ne
utr
al
Positive value: LEA is more preferred than ADD
.
*/
#define IX86_LEA_PRIORITY 0
/* Return true if usage of lea INSN has performance advantage
...
...
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