]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove last comparison-code expand_vec_cond_expr_p call from vectorizer
authorRichard Biener <rguenther@suse.de>
Tue, 12 Nov 2024 12:55:14 +0000 (13:55 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 14 Nov 2024 10:37:55 +0000 (11:37 +0100)
commit86708a88fb53518f1a54105c1fd006b57f14e7ce
tree0e116e80e7ab93e3bdf1caaef9f3eb8bb840335e
parentf56343c5ea9a11fa740e0330ec121b826e349879
Remove last comparison-code expand_vec_cond_expr_p call from vectorizer

The following refactors the check with the last remaininig
expand_vec_cond_expr_p call with a comparison code to make it
obvious we are not relying on those anymore.

* tree-vect-stmts.cc (vectorizable_condition): Refactor
target support check.
gcc/tree-vect-stmts.cc