]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR testsuite/63175 (FAIL: gcc.dg/vect/costmodel/ppc/costmodel-bb-slp...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 29 May 2015 16:48:37 +0000 (16:48 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 29 May 2015 16:48:37 +0000 (16:48 +0000)
2015-05-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

Backported from mainline
2015-03-23  Martin Sebor  <msebor@redhat.com>

PR testsuite/63175
* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: Scan
assembly for lvx in addition to lxv.

From-SVN: r223872

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c

index 71695af84179e08efc3ee018baeec1441a572297..4d44334f859ce2e20b5880d972f1b897acefd325 100644 (file)
@@ -1,3 +1,12 @@
+2015-05-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       Backported from mainline
+       2015-03-23  Martin Sebor  <msebor@redhat.com>
+
+       PR testsuite/63175
+       * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: Scan
+       assembly for lvx in addition to lxv.
+
 2015-05-26  Rohit Arul Raj  <rohitarulraj@freescale.com>
 
        Backported from mainline
index 73c0afa02dc03ff09efa2b41c7c00ec66f3e82c3..9f3c89ce58834e86d03296ce06735f37bd306013 100644 (file)
@@ -25,6 +25,6 @@ main1 (void)
    with no word loads (lw, lwu, lwz, lwzu, or their indexed forms)
    or word stores (stw, stwu, stwx, stwux, or their indexed forms).  */
 
-/* { dg-final { scan-assembler "\t\(lxv|lvsr|stxv\)" } } */
+/* { dg-final { scan-assembler "\t\(lvx|lxv|lvsr|stxv\)" } } */
 /* { dg-final { scan-assembler-not "\tlwz?u?x? " } } */
 /* { dg-final { scan-assembler-not "\tstwu?x? " } } */