Commit b5c5c374 by Dorit Naishlos Committed by Dorit Nuzman

* gfortran.dg/vect/vect-5.f90: xfail for lp64.

From-SVN: r97705
parent d401de95
2005-04-06 Dorit Naishlos <dorit@il.ibm.com>
* gfortran.dg/vect/vect-5.f90: xfail for lp64.
2005-04-05 Mark Mitchell <mark@codesourcery.com> 2005-04-05 Mark Mitchell <mark@codesourcery.com>
PR c++/20734 PR c++/20734
......
...@@ -35,6 +35,14 @@ ...@@ -35,6 +35,14 @@
stop stop
end end
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail vect_no_align } } } ! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { vect_no_align || lp64 } } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } } ! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || lp64 } } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } } ! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || lp64 } } } }
! We also expect to vectorize one loop for lp64 targets that support
! misaligned access:
! scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { lp64 && !vect_no_align } }
! scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { target { lp64 && !vect_no_align } }
! scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target { lp64 && !vect_no_align } }
! but we currently can't combine logical operators. (Could define
! a keyword for "not_vect_no_align" if desired).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment