Commit 34873d4c by Richard Biener Committed by Richard Biener

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
parent bc37759a
2018-10-23 Richard Biener <rguenther@suse.de> 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 PR tree-optimization/86144
* tree-vect-stmts.c (vect_analyze_stmt): Prefer -mveclibabi * tree-vect-stmts.c (vect_analyze_stmt): Prefer -mveclibabi
over simd attribute. over simd attribute.
...@@ -9534,7 +9534,7 @@ vect_analyze_stmt (stmt_vec_info stmt_info, bool *need_to_vectorize, ...@@ -9534,7 +9534,7 @@ vect_analyze_stmt (stmt_vec_info stmt_info, bool *need_to_vectorize,
&& (STMT_VINFO_RELEVANT_P (stmt_info) && (STMT_VINFO_RELEVANT_P (stmt_info)
|| STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def)) || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def))
/* Prefer vectorizable_call over vectorizable_simd_clone_call so /* 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. */ the simd attribute. */
ok = (vectorizable_call (stmt_info, NULL, NULL, node, cost_vec) ok = (vectorizable_call (stmt_info, NULL, NULL, node, cost_vec)
|| vectorizable_simd_clone_call (stmt_info, NULL, NULL, node, || vectorizable_simd_clone_call (stmt_info, NULL, NULL, node,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment