]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix missed peeling for gaps with SLP load-lanes
authorRichard Biener <rguenther@suse.de>
Tue, 3 Sep 2024 13:04:42 +0000 (15:04 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 3 Sep 2024 15:03:01 +0000 (17:03 +0200)
commitbd120de19c600d064b3b3b5abf8c36ffc0037c40
treead195944ad6cc38efe523ee964bec2c4f90ca7de
parente2125a600552bc6e0329e3f1224eea14804db8d3
Fix missed peeling for gaps with SLP load-lanes

The following disables peeling for gap avoidance with using smaller
vector accesses when using load-lanes.

* tree-vect-stmts.cc (get_group_load_store_type): Only disable
peeling for gaps by using smaller vectors when not using
load-lanes.
gcc/tree-vect-stmts.cc