]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove non-SLP path from vectorizable_scan_store
authorRichard Biener <rguenther@suse.de>
Thu, 24 Jul 2025 11:19:20 +0000 (13:19 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 24 Jul 2025 12:56:07 +0000 (14:56 +0200)
commite2019172dcf748d4880e1cc85f2d92b905d3ad6e
treea5092674cc3cfbe3b664f5055f16fbc19339b392
parent70f6c2aa3117b41c516f81b376d73b358156a867
Remove non-SLP path from vectorizable_scan_store

This removes the non-SLP paths from vectorizable_scan_store.

* tree-vect-stmts.cc (vectorizable_scan_store): Remove
non-SLP path and unused parameters.
(vectorizable_store): Adjust.
gcc/tree-vect-stmts.cc