On Fri, Apr 25, 2025 at 01:21:46PM +0200, Jakub Jelinek wrote: > Hi! > > Here is a patch to handle the PARALLEL case too. > I think we can just use rtx_equal_p there, because it will always use > SImode in the EXPR_LIST REGs in that case. > > Bootstrapped/regtested on s390x-linux, ok for trunk and 15.2 (with > CALL_EXPR_MUST_TAIL_CALL (call_expr) && added in that case)?
Ok. Thanks for taking care of this! Cheers, Stefan