[Bug rtl-optimization/83377] Missed optimization (x86): Bit operations should be converted to arithmetic
vinay.m.engg at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 12 12:33:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83377
--- Comment #4 from Vinay Kumar <vinay.m.engg at gmail dot com> ---
Hi,
Above mentioned patch does not work for the pattern "if( x & 2 ) y = (x &
~2UL)".
>> Probably still easier to fix in combine / simplify-rtx.
We are working as per your suggestion.
Regards,
Vinay
More information about the Gcc-bugs
mailing list