1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_double } */
3 /* { dg-additional-options "-fdump-tree-loopdone" } */
12 for (int i
= 0; i
< 511; ++i
)
22 /* We should be able to vectorize the cycle in one SLP attempt including
23 both load groups and do only one permutation. */
24 /* { dg-final { scan-tree-dump-times "transform load" 2 "slp1" } } */
25 /* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR" 1 "loopdone" } } */
26 /* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp1" } } */