This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fold VEC_[LR]SHIFT_EXPR (PR tree-optimization/57051)


Jakub Jelinek writes:
 > On Thu, Apr 25, 2013 at 11:47:02PM +0200, Jakub Jelinek wrote:
 > > This patch adds folding of constant arguments v>> and v<<, which helps to
 > > optimize the testcase from the PR back into constant store after vectorized
 > > loop is unrolled.
 > 
 > As this fixes a regression on the 4.8 branch, I've backported it (and
 > minimal prerequisite for that) to 4.8 branch too.

Unfortunately this patch makes gcc.dg/vect/no-scevccp-outer-{7,13}.c fail
on powerpc64-linux:

+FAIL: gcc.dg/vect/no-scevccp-outer-13.c execution test
+FAIL: gcc.dg/vect/no-scevccp-outer-7.c execution test

which is a regression from 4.8-20130502.  Reverting r198580 fixes it.

The same FAILs also occur on trunk.

/Mikael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]