2 // { dg-require-effective-target vect_int }
4 static int op (const int& x
, const int& y
) { return x
+ y
; }
8 for (int i
= 0; i
< 1000; ++i
)
12 // { dg-final { scan-tree-dump "vectorized 1 loops" "vect" } }
13 // { dg-final { cleanup-tree-dump "vect" } }