Re: [PATCH] rtl-optimization/117611 - ICE in simplify_shift_const_1

2025-02-03 Thread Richard Biener
On Mon, 3 Feb 2025, Jakub Jelinek wrote: > On Mon, Feb 03, 2025 at 03:30:41PM +0100, Richard Biener wrote: > > The following checks we have a scalar int shift mode before > > enforcing it. As AVR shows the mode can be a signed _Accum mode > > as well. > > > > Bootstrap and regtest pending on x86

Re: [PATCH] rtl-optimization/117611 - ICE in simplify_shift_const_1

2025-02-03 Thread Jakub Jelinek
On Mon, Feb 03, 2025 at 03:30:41PM +0100, Richard Biener wrote: > The following checks we have a scalar int shift mode before > enforcing it. As AVR shows the mode can be a signed _Accum mode > as well. > > Bootstrap and regtest pending on x86_64-unknown-linux-gnu. > > OK if that succeeds? > >

[PATCH] rtl-optimization/117611 - ICE in simplify_shift_const_1

2025-02-03 Thread Richard Biener
The following checks we have a scalar int shift mode before enforcing it. As AVR shows the mode can be a signed _Accum mode as well. Bootstrap and regtest pending on x86_64-unknown-linux-gnu. OK if that succeeds? Thanks, Richard. PR rtl-optimization/117611 * combine.cc (simplif