Re: Add non-constant vector ctors to operand_equal_p

2015-10-26 Thread Thomas Schwinge
Hi! On Thu, 22 Oct 2015 04:09:26 +0200, Jan Hubicka wrote: > this patch adds matching of non-constant CONSTRUCTOR expressions into > operand_equal_p. [...] > --- testsuite/gcc.dg/tree-ssa/operand-equal-2.c (revision 0) > +++ testsuite/gcc.dg/tree-ssa/operand-equal-2.c (revision 0) >

Re: Add non-constant vector ctors to operand_equal_p

2015-10-22 Thread Richard Biener
On Thu, 22 Oct 2015, Jan Hubicka wrote: > Hi, > this patch adds matching of non-constant CONSTRUCTOR expressions into > operand_equal_p. As discussed with Richard, those can happen when we are > building vectors out of components. I also added a testcase that triggers > this > path and gets fold