]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not bother with reassociation in SLP discovery for single-lane
authorRichard Biener <rguenther@suse.de>
Fri, 30 Aug 2024 09:39:53 +0000 (11:39 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 30 Aug 2024 10:47:12 +0000 (12:47 +0200)
commite7c7397236544f0e7dbb1ffa635b58126157dc86
treec61ad309fafb8581011b5030790ea4962ec76c35
parentb748e2eed0df9e691a530a0b8faea9f673bdf2b5
Do not bother with reassociation in SLP discovery for single-lane

It just clutters the dump files and takes up compile-time.

* tree-vect-slp.cc (vect_build_slp_tree_2): Disable SLP
reassociation for single-lane.
gcc/tree-vect-slp.cc