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
6edbcfc3
Commit
6edbcfc3
authored
Mar 08, 2016
by
Kyrylo Tkachov
Committed by
Kyrylo Tkachov
Mar 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[obvious] Fix typo in tree-ssa-math-opts.c
* tree-ssa-math-opts.c: Fix typo in comment. From-SVN: r234058
parent
12b81409
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-ssa-math-opts.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6edbcfc3
2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* tree-ssa-math-opts.c: Fix typo in comment.
2016-03-08 Jakub Jelinek <jakub@redhat.com>
2016-03-08 Jakub Jelinek <jakub@redhat.com>
PR target/70110
PR target/70110
...
...
gcc/tree-ssa-math-opts.c
View file @
6edbcfc3
...
@@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see
...
@@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see
First of all, with some experiments it was found out that the
First of all, with some experiments it was found out that the
transformation is not always useful if there are only two divisions
transformation is not always useful if there are only two divisions
h
y the same divisor. This is probably because modern processors
b
y the same divisor. This is probably because modern processors
can pipeline the divisions; on older, in-order processors it should
can pipeline the divisions; on older, in-order processors it should
still be effective to optimize two divisions by the same number.
still be effective to optimize two divisions by the same number.
We make this a param, and it shall be called N in the remainder of
We make this a param, and it shall be called N in the remainder of
...
...
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