2 ! { dg-require-effective-target vect_float }
4 ! Peeling to align the store to Y will also align the load from Y.
5 ! The load from X may still be misaligned.
7 SUBROUTINE SAXPY(X
, Y
, A
)
12 ! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } }
13 ! { dg-final { scan-tree-dump-times "accesses have the same alignment." 1 "vect" } }
14 ! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } }
15 ! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail vect_no_align } } }
16 ! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 3 "vect" { target vect_no_align } } }
17 ! { dg-final { cleanup-tree-dump "vect" } }