forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree-vect-data-refs.c (vect_analyze_group_access): Properly handle ne…
…gative step. 2013-04-18 Richard Biener <[email protected]> * tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative step. Remove redundant checks. (vect_create_data_ref_ptr): Avoid ICEs with non-constant steps. * tree-vect-stmts.c (vectorizable_load): Instead of asserting for negative step and grouped loads fail to vectorize. From-SVN: r198054
- Loading branch information
Showing
3 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2013-04-18 Richard Biener <[email protected]> | ||
|
||
* tree-vect-data-refs.c (vect_analyze_group_access): Properly | ||
handle negative step. Remove redundant checks. | ||
(vect_create_data_ref_ptr): Avoid ICEs with non-constant steps. | ||
* tree-vect-stmts.c (vectorizable_load): Instead of asserting | ||
for negative step and grouped loads fail to vectorize. | ||
|
||
2013-04-18 Steven Bosscher <[email protected]> | ||
|
||
* emit-rtl.c (reset_insn_used_flags): New function. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters