[AArch64] Fix gcc.target/aarch64/vect-reduc-or_1.c for -mcpu=cortex-a57

* gcc.target/aarch64/vect-reduc-or_1.c: Add -fno-vect-cost-model to
	dg-options.

From-SVN: r234142
This commit is contained in:
Kyrylo Tkachov 2016-03-11 15:36:03 +00:00 committed by Kyrylo Tkachov
parent acfc1ac169
commit bc062234d6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/vect-reduc-or_1.c: Add -fno-vect-cost-model to
dg-options.
2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/70002

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all" } */
/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-vect-cost-model" } */
/* Write a reduction loop to be reduced using whole vector right shift. */
extern void abort (void);