Re: [GSoC][match-and-simplify] use integral_op_p

2014-07-14 Thread Richard Biener
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

[GSoC][match-and-simplify] use integral_op_p

2014-07-13 Thread Prathamesh Kulkarni
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 ===