Re: [PATCH] testsuite: Fix pr83403-{1,2}.c on IBM Z

2021-04-16 Thread Richard Biener via Gcc-patches
On Fri, Apr 16, 2021 at 2:03 PM Stefan Schulze Frielinghaus via Gcc-patches wrote: > > 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. > > Ok for mainline? OK > g

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

2021-04-16 Thread Stefan Schulze Frielinghaus via Gcc-patches
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. Ok for mainline? gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/pr83403-1.c: Revert max-completely-peeled-