]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove non-SLP path from vectorizable_store
authorRichard Biener <rguenther@suse.de>
Fri, 6 Jun 2025 10:22:36 +0000 (12:22 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 6 Jun 2025 13:08:18 +0000 (15:08 +0200)
commitbcab27d1c5729b6d86b9008ddd8c9376b7a14623
treeb22be50d7bd12de8b5ba1c1e5238c916798b7e82
parent3e00d7dcc5b9a30d3f356369828e8ceb03de91b9
Remove non-SLP path from vectorizable_store

This prunes now unreachable paths from vectorizable_store,
eliminates the toplevel ncopies and loops that become non-loops.
And eliminates the use of STMT_VINFO_VECTYPE.

* tree-vect-stmts.cc (vectorizable_store): Remove non-SLP
paths.
gcc/tree-vect-stmts.cc