mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
[testsuite] [ppc] expect vectorization in gen-vect-11c.c with lp64
The first loop in main gets stores "vectorized" on powerpc64 into full-word stores, even without any vector instruction support, so the test's expectation of no loop vectorization is not met. for gcc/testsuite/ChangeLog * gcc.dg/tree-ssa/gen-vect-11c.c: xfail the test for no vectorization on powerpc*-*-* && lp64.
This commit is contained in:
committed by
Alexandre Oliva
parent
77b0d38075
commit
e6a0e0a8a4
@@ -38,5 +38,6 @@ int main ()
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail amdgcn*-*-* } } } */
|
||||
/* On power64, we vectorize pairs of ints into single non-vector registers.
|
||||
That's not necessarily profitable, the costmodel may need adjustments. */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail { amdgcn*-*-* || { powerpc*-*-* && lp64 } } } } } */
|
||||
|
||||
Reference in New Issue
Block a user