mirror of git://gcc.gnu.org/git/gcc.git
S/390: var-expand1 use default values for peel/unroll limits
gcc/testsuite/: * gcc.dg/var-expand1.c: Force max-completely-peel-times and max-unroll-times back to defaults for s390. From-SVN: r221209
This commit is contained in:
parent
9b864d18e8
commit
945db334f2
|
|
@ -1,3 +1,8 @@
|
||||||
|
2015-03-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
* gcc.dg/var-expand1.c: Force max-completely-peel-times and
|
||||||
|
max-unroll-times back to defaults for s390.
|
||||||
|
|
||||||
2015-03-05 Paolo Carlini <paolo.carlini@oracle.com>
|
2015-03-05 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
Fix last commit.
|
Fix last commit.
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
targets, where each addition is a library call. */
|
targets, where each addition is a library call. */
|
||||||
/* { dg-require-effective-target hard_float } */
|
/* { dg-require-effective-target hard_float } */
|
||||||
/* { dg-options "-O2 -funroll-loops --fast-math -fvariable-expansion-in-unroller -fdump-rtl-loop2_unroll" } */
|
/* { dg-options "-O2 -funroll-loops --fast-math -fvariable-expansion-in-unroller -fdump-rtl-loop2_unroll" } */
|
||||||
|
/* { dg-additional-options "--param max-completely-peel-times=16 --param max-unroll-times=8" { target s390*-*-* } } */
|
||||||
|
|
||||||
extern void abort (void);
|
extern void abort (void);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue