https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126034
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:3f1ac73a476a9416ba8a623faf38190bb3b1acde commit r17-2000-g3f1ac73a476a9416ba8a623faf38190bb3b1acde Author: Richard Biener <[email protected]> Date: Tue Jun 30 08:32:45 2026 +0200 tree-optimization/126034 - remove dead code The following removes a dead else if which I failed to elide when removing non-SLP paths from vectorizable_load. PR tree-optimization/126034 * tree-vect-stmts.cc (vectorizable_load): Elide dead else if.
