Commit bc062234 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[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
parent acfc1ac1
2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 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 PR target/70002
PR target/69245 PR target/69245
* gcc.target/aarch64/pr69245_2.c: New test. * gcc.target/aarch64/pr69245_2.c: New test.
......
/* { dg-do run } */ /* { 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. */ /* Write a reduction loop to be reduced using whole vector right shift. */
extern void abort (void); extern void abort (void);
......
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