https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104475
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think we shouldn't do anything on the optimization side - sure, the path
isolation in the end turns out not profitable, but it's likely hard to decide
that.
Maybe we can somehow avoid threading for a ptr == 0 condition? Why do we make
the threading profitable?