[Bug tree-optimization/96707] Failure to optimize right shift+unsigned compare of two variables optimally

gabravier at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Aug 19 13:08:22 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96707

--- Comment #1 from Gabriel Ravier <gabravier at gmail dot com> ---
PS: This transformation can also be done with a very similar pattern where the
return statement is replaced with this : `return (x / y) <= x;`


More information about the Gcc-bugs mailing list