testsuite: Fix pr83403-{1,2}.c on IBM Z

For z10 and newer inner loops are completely unrolled which means store
motion is not applied.  Reverting max-completely-peeled-insns to the
default value fixes these testcases.

gcc/testsuite/ChangeLog:

	* gcc.dg/tree-ssa/pr83403-1.c: Revert
	max-completely-peeled-insns to the default value on IBM Z.
	* gcc.dg/tree-ssa/pr83403-2.c: Likewise.
This commit is contained in:
Stefan Schulze Frielinghaus 2021-04-16 16:03:07 +02:00
parent baf05d54dc
commit 330ae1e543
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
/* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
#define TYPE unsigned int

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
/* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
#define TYPE int