Re: [committed][RISC-V] Fix recent rvv/base/spill testcase failures

2022-11-22 Thread Kito Cheng via Gcc-patches
LGTM, thanks :) On Wed, Nov 23, 2022 at 7:21 AM Jeff Law wrote: > > As Jaiwei noted, many (all?) of the rvv/base/spill tests started failing > after the introduction of shrink-wrapping. > > > The core issue is we're expecting the frame to have a constant size, but > it doesn't. So when using the

[committed][RISC-V] Fix recent rvv/base/spill testcase failures

2022-11-22 Thread Jeff Law
As Jaiwei noted, many (all?) of the rvv/base/spill tests started failing after the introduction of shrink-wrapping. The core issue is we're expecting the frame to have a constant size, but it doesn't.  So when using the to_constant method we abort. The safest thing to do is to set no shrink