[Bug tree-optimization/122754] strlen missed opt with vectorization turned on
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 19 01:43:46 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122754
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org
Ever confirmed|0 |1
Last reconfirmed| |2025-11-19
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
In the tree-ssa-strlen.cc code there is a few `==/!= POINTER_TYPE` :). Instead
using POINTER_TYPE_P. Let me see if changing that fixes this issue.
More information about the Gcc-bugs
mailing list