1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_float } */
3 /* { dg-require-effective-target vect_int } */
4 /* { dg-require-effective-target vect_cond_mixed } */
6 void foo (int *c
, float *x
, float *y
)
8 c
= __builtin_assume_aligned (c
, __BIGGEST_ALIGNMENT__
);
9 x
= __builtin_assume_aligned (x
, __BIGGEST_ALIGNMENT__
);
10 y
= __builtin_assume_aligned (y
, __BIGGEST_ALIGNMENT__
);
17 /* { dg-final { scan-tree-dump "optimized: basic block" "slp2" } } */