On Wed, Jul 22, 2015 at 6:09 PM, Yuri Rumyantsev <ysrum...@gmail.com> wrote: > Hi All, > > Here is simple fix which fixes PR66926 and PR66951 - fix condition for > renaming virtual operands to determine that statement is outside of > loop. > > Bootstrap and regression testing did not show any new failures. > > Is it OK for trunk?
Ok. Richard. > gcc/ChangeLog > 2015-07-22 Yuri Rumyantsev <ysrum...@gmail.com> > > PR tree-optimization/66926,66951 > * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete > INNER_LOOP and fix up condition for renaming virtual operands. > > > gcc/testsuite/ChangeLog > * gcc.dg/vect/pr66951.c: New test.