1 ! { dg-require-effective-target vect_int }
9 B
= (/ 2, 3, 5, 7, 11, 13, 17, 23 /)
11 ! Unknown loop bound. J depends on I.
21 if (A(J
,2) /= B(J
)) then
38 ! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { lp64 } } } }
39 ! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || lp64 } } } }
40 ! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || lp64 } } } }
41 ! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 3 "vect" { target { ilp32 && vect_no_align } } } }
43 ! We also expect to vectorize one loop for lp64 targets that support
45 ! scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { lp64 && !vect_no_align } }
46 ! scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { target { lp64 && !vect_no_align } }
47 ! scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target { lp64 && !vect_no_align } }
48 ! but we currently can't combine logical operators. (Could define
49 ! a keyword for "not_vect_no_align" if desired).
51 ! { dg-final { cleanup-tree-dump "vect" } }