Re: [match-and-simplify] Remove printing "for expression"

2015-01-16 Thread Richard Biener
On Fri, 16 Jan 2015, Prathamesh Kulkarni wrote: > On 12 January 2015 at 08:46, Richard Biener wrote: > > On Sat, 10 Jan 2015, Prathamesh Kulkarni wrote: > > > >> On 8 January 2015 at 17:52, Richard Biener wrote: > >> > On Sun, 21 Dec 2014, Prathamesh Kulkarni wrote: > >> > > >> >> Hi, > >> >> I

Re: [match-and-simplify] Remove printing "for expression"

2015-01-16 Thread Prathamesh Kulkarni
On 12 January 2015 at 08:46, Richard Biener wrote: > On Sat, 10 Jan 2015, Prathamesh Kulkarni wrote: > >> On 8 January 2015 at 17:52, Richard Biener wrote: >> > On Sun, 21 Dec 2014, Prathamesh Kulkarni wrote: >> > >> >> Hi, >> >> I removed printing "for expression:" from print_matches. I think it

Re: [match-and-simplify] Remove printing "for expression"

2015-01-12 Thread Richard Biener
On Sat, 10 Jan 2015, Prathamesh Kulkarni wrote: > On 8 January 2015 at 17:52, Richard Biener wrote: > > On Sun, 21 Dec 2014, Prathamesh Kulkarni wrote: > > > >> Hi, > >> I removed printing "for expression:" from print_matches. I think it > >> is out of place tvim here and we call print_matches af

Re: [match-and-simplify] Remove printing "for expression"

2015-01-10 Thread Prathamesh Kulkarni
On 8 January 2015 at 17:52, Richard Biener wrote: > On Sun, 21 Dec 2014, Prathamesh Kulkarni wrote: > >> Hi, >> I removed printing "for expression:" from print_matches. I think it >> is out of place tvim here and we call print_matches after lowering. >> OK to commit ? > > Hum, it's now a very simp

Re: [match-and-simplify] Remove printing "for expression"

2015-01-08 Thread Richard Biener
On Sun, 21 Dec 2014, Prathamesh Kulkarni wrote: > Hi, > I removed printing "for expression:" from print_matches. I think it > is out of place tvim here and we call print_matches after lowering. > OK to commit ? Hum, it's now a very simple wrapper around print_operand - why not replace the two cal

Re: [match-and-simplify] Remove printing "for expression"

2014-12-21 Thread Prathamesh Kulkarni
On 22 December 2014 at 03:21, Prathamesh Kulkarni wrote: > Hi, > I removed printing "for expression:" from print_matches. I think it > is out of place tvim here and we call print_matches after lowering. > OK to commit ? s/"tvim here"/there. > > Thanks, > Prathamesh

[match-and-simplify] Remove printing "for expression"

2014-12-21 Thread Prathamesh Kulkarni
Hi, I removed printing "for expression:" from print_matches. I think it is out of place tvim here and we call print_matches after lowering. OK to commit ? Thanks, Prathamesh Index: gcc/genmatch.c === --- gcc/genmatch.c (revision