https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at redhat dot com Target Milestone|6.4 |8.0 Summary|[6/7 Regression] does not |[6/7/8 Regression] does not |vectorize generic inplace |vectorize generic inplace |integer operation |integer operation --- Comment #8 from Jeffrey A. Law <law at redhat dot com> --- Note that I've got POC changes that would allow us to distinguish between normal equivalences and those created by conditionals. That in turn would allow DOM to avoid ping-ponging copy propagations -- only propagating when doing so allows real simplifications. But that is gcc-8 material. Explicitly deferring.