vect-21.c: Expect the loops to get vectorized on targets that support vector condition.

* gcc.dg/vect/vect-21.c: Expect the loops to get vectorized on
        targets that support vector condition.

From-SVN: r180076
This commit is contained in:
Ira Rosen 2011-10-17 08:40:14 +00:00 committed by Ira Rosen
parent 68fb6054a4
commit a7fc89c1b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-17 Ira Rosen <ira.rosen@linaro.org>
* gcc.dg/vect/vect-21.c: Expect the loops to get vectorized on
targets that support vector condition.
2011-10-16 Janus Weil <janus@gcc.gnu.org>
PR fortran/47023

View File

@ -123,7 +123,7 @@ int main (void)
return main1 ();
}
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { target vect_condition } } } */
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */