URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
694 |
jeremybenn |
! { dg-do compile }
|
2 |
|
|
! { dg-require-effective-target vect_float }
|
3 |
|
|
|
4 |
|
|
SUBROUTINE SAXPY(X, Y, A, N)
|
5 |
|
|
DIMENSION X(N), Y(N)
|
6 |
|
|
Y = Y + A * X
|
7 |
|
|
END
|
8 |
|
|
|
9 |
|
|
! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 3 "vect" { target vect_no_align } } }
|
10 |
|
|
! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { target { {! vect_no_align} && { {! vector_alignment_reachable} && {! vect_hw_misalign} } } } } }
|
11 |
|
|
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { target { {! vect_no_align} && { {! vector_alignment_reachable} && {! vect_hw_misalign} } } } } }
|
12 |
|
|
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || {! vector_alignment_reachable}} } } }
|
13 |
|
|
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail { { vect_no_align } || { ! vector_alignment_reachable} } } } }
|
14 |
|
|
|
15 |
|
|
! { dg-final { cleanup-tree-dump "vect" } }
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.