Re: [patch,avr] PR105753: Fix ICE in add_clobbers.

2023-05-19 Thread Jeff Law via Gcc-patches
On 5/16/23 02:56, Georg-Johann Lay wrote: This patch removes the superfluous parallel in [u]divmod patterns in the AVR backend.  Effect of extra parallel is that add_clobbers reaches gcc_unreachable() because the clobbers for [u]divmod are missing.  The parallel around the parts of an insn

[patch,avr] PR105753: Fix ICE in add_clobbers.

2023-05-16 Thread Georg-Johann Lay
This patch removes the superfluous parallel in [u]divmod patterns in the AVR backend. Effect of extra parallel is that add_clobbers reaches gcc_unreachable() because the clobbers for [u]divmod are missing. The parallel around the parts of an insn pattern is implicit if it has multiple parts