Re: [PATCH] sched-deps: do not schedule pseudos across calls [PR108117]

2023-01-13 Thread Jose E. Marchesi via Gcc-patches
busy with other stuff :) > > ---8<--- > > From: Alexander Monakov > Date: Fri, 13 Jan 2023 21:04:02 +0300 > Subject: [PATCH] sched-deps: do not schedule pseudos across calls [PR108117] > > Scheduling across calls in the pre-RA scheduler is problematic: we do > n

Re: [PATCH] sched-deps: do not schedule pseudos across calls [PR108117]

2023-01-13 Thread Richard Sandiford via Gcc-patches
m: Alexander Monakov > Date: Fri, 13 Jan 2023 21:04:02 +0300 > Subject: [PATCH] sched-deps: do not schedule pseudos across calls [PR108117] > > Scheduling across calls in the pre-RA scheduler is problematic: we do > not take liveness info into account, and are thus prone to extendin

[PATCH] sched-deps: do not schedule pseudos across calls [PR108117]

2023-01-13 Thread Alexander Monakov
t; will also do some regression testing. Hi, I'm not sure at which court the ball is, but in the interest at moving things forward here's the complete patch with the testcase. OK to apply? ---8<--- From: Alexander Monakov Date: Fri, 13 Jan 2023 21:04:02 +0300 Subject: [PATCH] sche