https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125252

--- Comment #6 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Note that earler DSE passes don't touch those stores, they are optimized out
only after ivopts rewrites the memory access in the loop, so perhaps it
introduces a wrong type in the IR somehow (not apparent in the text dumps).

Reply via email to