https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122680
--- Comment #7 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:55a77666c9126fe8c189aff82059003ad513b22f commit r16-5273-g55a77666c9126fe8c189aff82059003ad513b22f Author: Richard Biener <[email protected]> Date: Fri Nov 14 08:20:56 2025 +0100 tree-optimization/122680 - avoid range query during vect transform Range queries during analysis on the original loop might not yield the same result as those on the epilog during transform. Separate analysis from transform here. PR tree-optimization/122680 * tree-vect-stmts.cc (vectorizable_conversion): Avoid range queries during transform. * gcc.dg/vect/pr122680.c: New testcase.
