https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu.org
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=125791
--- Comment #12 from Drea Pinski <pinskia at gcc dot gnu.org> ---
One thing which might help this is move the folding of
`_5 != 0 ? 4 : 0` into:
```
_12 = (sizetype) _5;
_13 = _12 << 2;
```
to the last phiopt.
That would allow jump threading and such.