]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove non-SLP path from vectorizable_load
authorRichard Biener <rguenther@suse.de>
Tue, 24 Jun 2025 12:38:19 +0000 (14:38 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 24 Jun 2025 14:32:48 +0000 (16:32 +0200)
commit63076dbe21535cc7cf106d92f655e2b7d8b749cc
treee51daaa5ca1741873257138159568c8d96fe6351
parent3f1986766c6efcd0f444902571b7a58f015267c5
Remove non-SLP path from vectorizable_load

This cleans the rest of vectorizable_load from non-SLP, propagates
out ncopies == 1, and elides loops from 0 to ncopies.

* tree-vect-stmts.cc (vectorizable_load): Remove non-SLP
paths and propagate out ncopies == 1.
gcc/tree-vect-stmts.cc