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
128ec9d5
Commit
128ec9d5
authored
Oct 14, 2019
by
Joel Hutton
Committed by
Jeff Law
Oct 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tree-ssa.texi: Update renamed macro name.
From-SVN: r276970
parent
4236e880
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/tree-ssa.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
128ec9d5
2019-10-14 Joel Hutton <Joel.Hutton@arm.com>
* doc/tree-ssa.texi: Update renamed macro name.
2019-10-14 Mihailo Stojanovic <mistojanovic@wavecomp.com>
2019-10-14 Mihailo Stojanovic <mistojanovic@wavecomp.com>
* config/mips/mips.c (mips_cannot_force_const_mem): Reject
* config/mips/mips.c (mips_cannot_force_const_mem): Reject
...
...
gcc/doc/tree-ssa.texi
View file @
128ec9d5
...
@@ -385,14 +385,14 @@ optimization can manipulate the stmt when all the uses have been
...
@@ -385,14 +385,14 @@ optimization can manipulate the stmt when all the uses have been
processed
.
This
is
a
little
slower
than
the
FAST
version
since
it
adds
a
processed
.
This
is
a
little
slower
than
the
FAST
version
since
it
adds
a
placeholder
element
and
must
sort
through
the
list
a
bit
for
each
statement
.
placeholder
element
and
must
sort
through
the
list
a
bit
for
each
statement
.
This
placeholder
element
must
be
also
be
removed
if
the
loop
is
This
placeholder
element
must
be
also
be
removed
if
the
loop
is
terminated
early
.
The
macro
@code
{
BREAK_FROM_IMM_USE_S
AFE
}
is
provided
terminated
early
.
The
macro
@code
{
BREAK_FROM_IMM_USE_S
TMT
}
is
provided
to
do
this
:
to
do
this
:
@smallexample
@smallexample
FOR_EACH_IMM_USE_STMT
(
stmt
,
iterator
,
ssa_var
)
FOR_EACH_IMM_USE_STMT
(
stmt
,
iterator
,
ssa_var
)
@{
@{
if
(
stmt
==
last_stmt
)
if
(
stmt
==
last_stmt
)
BREAK_FROM_
SAFE_IMM_USE
(
iter
)
;
BREAK_FROM_
IMM_USE_STMT
(
iter
)
;
FOR_EACH_IMM_USE_ON_STMT
(
imm_use_p
,
iterator
)
FOR_EACH_IMM_USE_ON_STMT
(
imm_use_p
,
iterator
)
SET_USE
(
imm_use_p
,
ssa_var_2
)
;
SET_USE
(
imm_use_p
,
ssa_var_2
)
;
...
...
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