On Sun, Jul 13, 2014 at 7:23 PM, Prathamesh Kulkarni
wrote:
> Hi,
>This patch uses integral_op_p instead of
> if (INTEGRAL_TYPE_P (TREE_TYPE (@0)))
>
> * match.pd: Remove INTEGRAL_TYPE_P (TREE_TYPE (@0)) in bitwise
> patterns and use integral_op_p@0
Hmm, so this removes if-exprs and instead u
Hi,
This patch uses integral_op_p instead of
if (INTEGRAL_TYPE_P (TREE_TYPE (@0)))
* match.pd: Remove INTEGRAL_TYPE_P (TREE_TYPE (@0)) in bitwise
patterns and use integral_op_p@0
Thanks and Regards,
Prathamesh
Index: match.pd
===