[Bug middle-end/71690] absence of integer conversion defeats memcpy optimizaton

2016-06-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71690 --- Comment #3 from Andrew Pinski --- To fix this, would mean we keep around copies and PHInodes longer. I don't know if we want to do that because it causes code generation to be very bad really.

[Bug middle-end/71690] absence of integer conversion defeats memcpy optimizaton

2016-06-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71690 --- Comment #2 from Andrew Pinski --- (In reply to Martin Sebor from comment #1) > See also C++ bug 71654 for the "inverse" of the problem where VRP > successfully provides range information in the absence of a conversion but > fails with it. Th