Commit f8e54f64 by Christophe Lyon Committed by Christophe Lyon

[testsuite] Fix gcc.dg/cse_recip.c for AArch64 after r257181.

2018-02-07  Christophe Lyon <christophe.lyon@linaro.org>

	PR tree-optimization/83008
	* gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize.

From-SVN: r257438
parent 40ff1a2d
2018-02-07 Christophe Lyon <christophe.lyon@linaro.org>
PR tree-optimization/83008
* gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize.
2018-02-07 Jakub Jelinek <jakub@redhat.com> 2018-02-07 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/84235 PR tree-optimization/84235
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-optimized-raw" } */ /* { dg-options "-Ofast -fdump-tree-optimized-raw -fno-tree-slp-vectorize" } */
void void
cse_recip (float x, float y, float *a) cse_recip (float x, float y, float *a)
......
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