mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-02 06:49:36 +08:00
tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.
2018-10-23 Richard Biener <rguenther@suse.de> * tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. From-SVN: r265415
This commit is contained in:
parent
bc37759a51
commit
34873d4c8e
@ -1,3 +1,7 @@
|
||||
2018-10-23 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.
|
||||
|
||||
2018-10-23 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/86144
|
||||
|
@ -9534,7 +9534,7 @@ vect_analyze_stmt (stmt_vec_info stmt_info, bool *need_to_vectorize,
|
||||
&& (STMT_VINFO_RELEVANT_P (stmt_info)
|
||||
|| STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def))
|
||||
/* Prefer vectorizable_call over vectorizable_simd_clone_call so
|
||||
-mveclibabi= takes preference over ibrary functions with
|
||||
-mveclibabi= takes preference over library functions with
|
||||
the simd attribute. */
|
||||
ok = (vectorizable_call (stmt_info, NULL, NULL, node, cost_vec)
|
||||
|| vectorizable_simd_clone_call (stmt_info, NULL, NULL, node,
|
||||
|
Loading…
Reference in New Issue
Block a user