Re: [PATCH] crc: Fix up ICE from optimize_crc_loop [PR120677]

2025-06-17 Thread Jeff Law
On 6/16/25 11:55 PM, Jakub Jelinek wrote: Hi! The following testcase ICEs, because optimize_crc_loop inserts a call statement before labels instead of after labels. Fixed thusly (plus fixed other issues noticed around it), bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/1

Re: [PATCH] crc: Fix up ICE from optimize_crc_loop [PR120677]

2025-06-17 Thread Richard Biener
> Am 17.06.2025 um 08:57 schrieb Jakub Jelinek : > > Hi! > > The following testcase ICEs, because optimize_crc_loop inserts a call > statement before labels instead of after labels. > > Fixed thusly (plus fixed other issues noticed around it), > bootstrapped/regtested on x86_64-linux and i68

Re: [PATCH] crc: Fix up ICE from optimize_crc_loop [PR120677]

2025-06-16 Thread Andrew Pinski
On Mon, Jun 16, 2025, 10:57 PM Jakub Jelinek wrote: > Hi! > > The following testcase ICEs, because optimize_crc_loop inserts a call > statement before labels instead of after labels. > > Fixed thusly (plus fixed other issues noticed around it), > bootstrapped/regtested on x86_64-linux and i686-li

[PATCH] crc: Fix up ICE from optimize_crc_loop [PR120677]

2025-06-16 Thread Jakub Jelinek
Hi! The following testcase ICEs, because optimize_crc_loop inserts a call statement before labels instead of after labels. Fixed thusly (plus fixed other issues noticed around it), bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/15.2? 2025-06-17 Jakub Jelinek PR t