https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69556
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > I suspect we should disable "Fold (C1/X)*C2 into (C1*C2)/X" for gimple then > and have it only for generic. Or check for single use of the divide.