Re: [PATCH] loop-iv: Fix up bounds computation

2023-04-13 Thread Jeff Law via Gcc-patches
On 4/13/23 07:45, Jakub Jelinek wrote: On Thu, Apr 13, 2023 at 06:35:07AM -0600, Jeff Law wrote: Bootstrap was successful with v3, but there's hundreds of testsuite failures due to the simplify-rtx hunk. compile/20070520-1.c for example when compiled with: -O3 -funroll-loops -march=rv64gc -

Re: [PATCH] loop-iv: Fix up bounds computation

2023-04-13 Thread Jeff Law via Gcc-patches
On 4/13/23 07:45, Jakub Jelinek wrote: On Thu, Apr 13, 2023 at 06:35:07AM -0600, Jeff Law wrote: Bootstrap was successful with v3, but there's hundreds of testsuite failures due to the simplify-rtx hunk. compile/20070520-1.c for example when compiled with: -O3 -funroll-loops -march=rv64gc -

[PATCH] loop-iv: Fix up bounds computation

2023-04-13 Thread Jakub Jelinek via Gcc-patches
On Thu, Apr 13, 2023 at 06:35:07AM -0600, Jeff Law wrote: > Bootstrap was successful with v3, but there's hundreds of testsuite failures > due to the simplify-rtx hunk. compile/20070520-1.c for example when > compiled with: -O3 -funroll-loops -march=rv64gc -mabi=lp64d > > Thursdays are my hell d