Re: [GSoC][match-and-simplify] add more constant folding tests

2014-08-19 Thread Richard Biener
On Mon, Aug 18, 2014 at 8:00 PM, Prathamesh Kulkarni wrote: > On Mon, Aug 18, 2014 at 11:06 PM, David Malcolm wrote: >> On Mon, 2014-08-18 at 01:11 +0530, Prathamesh Kulkarni wrote: >>> We now have at-least one test-case for each of constant folding >>> patterns >>> in match-constant-folding.pd >

Re: [GSoC][match-and-simplify] add more constant folding tests

2014-08-18 Thread Prathamesh Kulkarni
On Mon, Aug 18, 2014 at 11:06 PM, David Malcolm wrote: > On Mon, 2014-08-18 at 01:11 +0530, Prathamesh Kulkarni wrote: >> We now have at-least one test-case for each of constant folding >> patterns >> in match-constant-folding.pd >> >> [gcc/testsuite/gcc.dg/tree-ssa] >> * match-constant-folding.

Re: [GSoC][match-and-simplify] add more constant folding tests

2014-08-18 Thread David Malcolm
On Mon, 2014-08-18 at 01:11 +0530, Prathamesh Kulkarni wrote: > We now have at-least one test-case for each of constant folding > patterns > in match-constant-folding.pd > > [gcc/testsuite/gcc.dg/tree-ssa] > * match-constant-folding.c: Add test-cases. > > [...snip...] A minor nit for one of th

Re: [GSoC][match-and-simplify] add more constant folding tests

2014-08-18 Thread Richard Biener
On Sun, Aug 17, 2014 at 9:41 PM, Prathamesh Kulkarni wrote: > We now have at-least one test-case for each of constant folding patterns > in match-constant-folding.pd > > [gcc/testsuite/gcc.dg/tree-ssa] > * match-constant-folding.c: Add test-cases. Thanks - committed. Richard. > Thanks, > Prat

[GSoC][match-and-simplify] add more constant folding tests

2014-08-17 Thread Prathamesh Kulkarni
We now have at-least one test-case for each of constant folding patterns in match-constant-folding.pd [gcc/testsuite/gcc.dg/tree-ssa] * match-constant-folding.c: Add test-cases. Thanks, Prathamesh Index: match-constant-folding.c ==