Re: [PATCH] Improve mergability of CSWTCH [PR120523]

2025-07-28 Thread Andrew Pinski
On Mon, Jul 28, 2025 at 2:13 AM Richard Biener wrote: > > On Sat, Jul 26, 2025 at 8:15 AM Andrew Pinski > wrote: > > > > When I did r16-1067-gaa935ce40a7, I thought it would be > > enough to mark the decl as mergable to get it to merge on > > all targets. Turns out a few things needed to be chan

Re: [PATCH] Improve mergability of CSWTCH [PR120523]

2025-07-28 Thread Richard Biener
On Sat, Jul 26, 2025 at 8:15 AM Andrew Pinski wrote: > > When I did r16-1067-gaa935ce40a7, I thought it would be > enough to mark the decl as mergable to get it to merge on > all targets. Turns out a few things needed to be changed > to support it being mergable on all targets. > The first thing i

[PATCH] Improve mergability of CSWTCH [PR120523]

2025-07-25 Thread Andrew Pinski
When I did r16-1067-gaa935ce40a7, I thought it would be enough to mark the decl as mergable to get it to merge on all targets. Turns out a few things needed to be changed to support it being mergable on all targets. The first thing is improve the selecting of the mergable section and instead of bas