[PATCH][match-and-simplify] Finish simplify_bitwise_binary patterns

Marc Glisse marc.glisse@inria.fr
Fri Sep 12 11:09:00 GMT 2014


On Fri, 12 Sep 2014, Richard Biener wrote:

> +/* x ^ ~0 -> ~x  */
> (simplify
>   (bit_and @0 integer_all_onesp)
>   @0)

The comment doesn't seem to match.

-- 
Marc Glisse



More information about the Gcc-patches mailing list