http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483
Marc Glisse <glisse at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glisse at gcc dot gnu.org --- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> --- Note that FRE already knows how to look through a memcpy, on trivial examples, but here I assume the FRE pass is too early. Also related: PR 58480 (an alternate way to remove the !=0 test).