[Bug tree-optimization/95836] Failure to remove strchr converted to bool with string literal when bit magic would be much more efficient (and sometimes smaller)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 23 16:43:12 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95836
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, it does, we can't keep it in the IL in that form because the compiler
itself might optimize it away on the assumption that UB doesn't happen.
More information about the Gcc-bugs
mailing list