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
a82635d0
Commit
a82635d0
authored
Apr 12, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 12, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-vect-transform.c: Fix comment typos.
From-SVN: r98020
parent
303f6390
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree-vect-transform.c
+2
-2
No files found.
gcc/ChangeLog
View file @
a82635d0
2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
* tree-vect-transform.c: Fix comment typos.
2005-04-12 Mostafa Hagog <mustafa@il.ibm.com>
* postreload-gcse.c (eliminate_partially_redundant_load): Don't
...
...
gcc/tree-vect-transform.c
View file @
a82635d0
...
...
@@ -1148,7 +1148,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt)
LOOP - the loop that is being vectorized.
COND - Condition that is checked for simple use.
Returns whether a COND can be vectorized.
Checke
s whether
Returns whether a COND can be vectorized.
Check
s whether
condition operands are supportable using vec_is_simple_use. */
static
bool
...
...
@@ -1982,7 +1982,7 @@ vect_transform_loop (loop_vec_info loop_vinfo,
is_store
=
vect_transform_stmt
(
stmt
,
&
si
);
if
(
is_store
)
{
/*
f
ree the attached stmt_vec_info and remove the stmt. */
/*
F
ree the attached stmt_vec_info and remove the stmt. */
stmt_ann_t
ann
=
stmt_ann
(
stmt
);
free
(
stmt_info
);
set_stmt_info
(
ann
,
NULL
);
...
...
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