https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115764
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:2be2145f4f14a79e4bb8e845168d7f0d25dc1b5b commit r15-1804-g2be2145f4f14a79e4bb8e845168d7f0d25dc1b5b Author: Richard Biener <rguent...@suse.de> Date: Wed Jul 3 09:05:06 2024 +0200 tree-optimization/115764 - testcase for BB SLP issue The following adds a testcase for a CSE issue with BB SLP two operator handling when we make those CSE aware by providing SLP_TREE_SCALAR_STMTS for them. This was reduced from 526.blender_r. PR tree-optimization/115764 * gcc.dg/vect/bb-slp-76.c: New testcase.