https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103765
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-01-04 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- extract_muldiv. IMHO re-association should handle such stuff since extract_muldiv would also handle ((x * 72) * y) / 3 IIRC. But sure, the simple x * CST / CST case might be OK for match.pd