re PR target/65546 (FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c)
2016-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com> PR target/65546 * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct condition being checked, and disable it when the target supports misaligned loads and stores. From-SVN: r233006
This commit is contained in:
parent
d5555f15a4
commit
52d72fcd1d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2016-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||
|
||||
PR target/65546
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct
|
||||
condition being checked, and disable it when the target supports
|
||||
misaligned loads and stores.
|
||||
|
||||
2016-01-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/69518
|
||||
|
|
|
@ -46,5 +46,5 @@ int main (void)
|
|||
return main1 ();
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "not vectorized: unsupported unaligned store" 1 "vect" { target { ! vect_hw_misalign } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" { target { ! vect_hw_misalign } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue