https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116711
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Use |Use
|simple_dce_from_worklist |simple_dce_from_worklist
|inside the vectorizer |inside the vectorizer and
| |remove the DCE after the
| |vectorizer
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/663099.html
I will keep this open until we remove the DCE which still needs a few other
changes.