]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove non-SLP path from vectorizable_call
authorRichard Biener <rguenther@suse.de>
Thu, 24 Jul 2025 09:39:11 +0000 (11:39 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 24 Jul 2025 11:43:08 +0000 (13:43 +0200)
commitc69a34add852a76020feb1b64ba04bfaeb0b5e16
treeea34801ada632c6c3d1828353d0f3815b1191e2a
parenta9394c914739becd6239c8aaa277c9b8e32a4e5e
Remove non-SLP path from vectorizable_call

This removes the non-SLP paths from vectorizable_call, propagates
out ncopies == 1 and removes empty loops resulting from that.

* tree-vect-stmts.cc (vectorizable_call): Remove non-SLP path.
gcc/tree-vect-stmts.cc