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 the comments, for modulo division: > Index: match-constant-folding.c > =================================================================== > --- match-constant-folding.c (revision 214020) > +++ match-constant-folding.c (working copy) [...] > +/* x % x -> 1 */ ^ 0, rather than 1, surely?