https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |64700 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- There is a set of patches in PR 64700 for PHI-OPT that does something similar. I think for GCC 16, I am going to do a version in ifcvt just for vectorization because most of the improvements seen with the phi-opt patch is for vectorization. Will be implementing that starting in June or so (finishing up copy propagation for aggregates first). Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64700 [Bug 64700] Sink common code through PHI