From: Richard Biener Date: Fri, 7 Jun 2024 09:29:05 +0000 (+0200) Subject: tree-optimization/114107 - avoid peeling for gaps in more cases X-Git-Tag: basepoints/gcc-16~8315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe55a1794863b5ad9eeca5062782834716016b2;p=thirdparty%2Fgcc.git tree-optimization/114107 - avoid peeling for gaps in more cases The following refactors the code to detect necessary peeling for gaps, in particular the PR103116 case when there is no gap but the group size is smaller than the vector size. The testcase in PR114107 shows we fail to SLP for (int i=0; i