mirror of git://gcc.gnu.org/git/gcc.git
reassoc_4.f: Add --param max-completely-peel-times to dg-options for spu.
2010-03-04 Tobias Burnus <burnus@net-b.de> Ken Werner <ken@linux.vnet.ibm.com> * gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times to dg-options for spu. * gfortran.dg/vect/vect-7.f90: Add vect_intfloat_cvt to the dump-scan target to exclude spu. Co-Authored-By: Ken Werner <ken@linux.vnet.ibm.com> From-SVN: r157224
This commit is contained in:
parent
8c0386a436
commit
c09a001455
|
@ -1,3 +1,11 @@
|
|||
2010-03-04 Tobias Burnus <burnus@net-b.de>
|
||||
Ken Werner <ken@linux.vnet.ibm.com>
|
||||
|
||||
* gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times
|
||||
to dg-options for spu.
|
||||
* gfortran.dg/vect/vect-7.f90: Add vect_intfloat_cvt to the
|
||||
dump-scan target to exclude spu.
|
||||
|
||||
2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
|
||||
|
||||
PR middle-end/43209
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1" }
|
||||
! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1 --param max-completely-peel-times=16" { target spu-*-* } }
|
||||
subroutine anisonl(w,vo,anisox,s,ii1,jj1,weight)
|
||||
integer ii1,jj1,i1,iii1,j1,jjj1,k1,l1,m1,n1
|
||||
real*8 w(3,3),vo(3,3),anisox(3,3,3,3),s(60,60),weight
|
||||
|
|
|
@ -11,6 +11,6 @@ subroutine foo (x,nnd)
|
|||
|
||||
end subroutine foo
|
||||
|
||||
! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_unpack } } }
|
||||
! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_unpack && vect_intfloat_cvt } } } }
|
||||
! { dg-final { cleanup-tree-dump "vect" } }
|
||||
|
||||
|
|
Loading…
Reference in New Issue