re PR target/86952 (Avoid jump table for switch statement with -mindirect-branch...
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 24 Sep 2018 15:47:22 +0000 (15:47 +0000)
committerWill Schmidt <willschm@gcc.gnu.org>
Mon, 24 Sep 2018 15:47:22 +0000 (15:47 +0000)
[testsuite]

2018-09-24  Will Schmidt  <will_schmidt@vnet.ibm.com>

PR testsuite/86952
* gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and
update expected codegen

From-SVN: r264538

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst-v2.c

index cf1add78d2bbe6e62dae752a28488c3ed68b285e..b344f502c77c84508690525f90fedb63bce5ee16 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-24  Will Schmidt  <will_schmidt@vnet.ibm.com>
+
+       PR testsuite/86952
+       * gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and
+       update expected codegen
+
 2018-09-24  Cesar Philippidis  <cesar@codesourcery.com>
 
        * gfortran.dg/goacc/nested-parallelism.f90: New test.
index cc68ceb87ca3e872acc970569e3d02ed29f83a8c..6f48d72de65d130d6769e9ecba19a218345438e9 100644 (file)
@@ -59,6 +59,5 @@ bartle (vector unsigned short x, unsigned short * address)
   vec_xst (x, 0, address);
 }
 
-/* { dg-final { scan-assembler-times "lvx" 4 } } */
-/* { dg-final { scan-assembler-times "stvx"  4 } } */
-/* { dg-final { scan-assembler-times "xxpermdi" 0 } } */
+/* { dg-final { scan-assembler-times {\mlxvd2x\M} 4 } } */
+/* { dg-final { scan-assembler-times {\mstxvd2x\M} 4 } } */