Commit 7b523334 by Ira Rosen Committed by Ira Rosen

no-scevccp-outer-6-global.c: Expect to vectorize the outer loop.


        * 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
parent ea5e3c04
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.
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment