]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
no-scevccp-outer-6-global.c: Expect to vectorize the outer loop.
authorIra Rosen <ira.rosen@linaro.org>
Tue, 1 Nov 2011 11:48:24 +0000 (11:48 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Tue, 1 Nov 2011 11:48:24 +0000 (11:48 +0000)
        * gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
        the outer loop.  Remove comment.  Don't check for widen-mult.

From-SVN: r180735

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/no-scevccp-outer-6-global.c

index 244a665487df2746f9dd32f766dc6d3f529a8df1..28f918a432432996f2cb3caa5d72a4d071abbf17 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-01  Ira Rosen  <ira.rosen@linaro.org>
+
+       * gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
+       the outer loop.  Remove comment.  Don't check for widen-mult.
+
 2011-10-31  Martin Jambor  <mjambor@suse.cz>
 
        * gcc.dg/ipa/ipcp-4.c: New test.
index a87367b3b08690a59ff6d1116339d7fad27a1aa6..9447524e817ea1718d677c6c3fa83ea61a9a9063 100644 (file)
@@ -52,7 +52,5 @@ int main (void)
   return 0;
 }
 
-/* "Too many BBs in loop"  */
-/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail *-*-* } } } */
-/* { dg-final { scan-tree-dump-times "vect_recog_widen_mult_pattern: detected" 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */