[Bug middle-end/112664] missed-optimization: extra comparison when reordering statements
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 22 00:41:37 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112664
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to gooncreeper from comment #2)
> Though, how are you so good at finding duplicates? What's the secret?
Everyone says I have bugzilla memorized but I don't, I am just really code at
doing keyword searches and knowing what keywords to search for. In this case I
searched for "canonical compare" because I knew this was a canonicalization
issue with how GCC changed `v < 6` into `v <= 5`
More information about the Gcc-bugs
mailing list