costmodel-bb-slp-9a.c: Replace vect_no_align with vect_no_align && { ! vect_hw_misali...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 23 Apr 2015 15:09:19 +0000 (15:09 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Thu, 23 Apr 2015 15:09:19 +0000 (15:09 +0000)
2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Replace
vect_no_align with vect_no_align && { ! vect_hw_misalign }.

From-SVN: r222373

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

index 5126cfe..525f579 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Replace
+       vect_no_align with vect_no_align && { ! vect_hw_misalign }.
+
 2015-04-23  Kyok Cheung Yeung  <kck@codesourcery.com>
 
        PR target/26702
index 45046f4..b9fd217 100644 (file)
@@ -38,5 +38,5 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { xfail  vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { xfail  { vect_no_align && { ! vect_hw_misalign } } } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */