Re: [patch,avr] Don't repeat patterns in define_insn_and_split

2025-08-03 Thread Denis Chertykov
пт, 1 авг. 2025 г. в 18:07, Georg-Johann Lay : > > There are many post-reload define_insn_and_split's that just append > a (clobber (reg:CC REG_CC)) to the pattern. Instead of repeating > the original patterns, avr_add_ccclobber (curr_insn) is used to do > that job. > > This avoids repeating pat

[patch,avr] Don't repeat patterns in define_insn_and_split

2025-08-01 Thread Georg-Johann Lay
There are many post-reload define_insn_and_split's that just append a (clobber (reg:CC REG_CC)) to the pattern. Instead of repeating the original patterns, avr_add_ccclobber (curr_insn) is used to do that job. This avoids repeating patterns all over the place, and splits that do something diff