Re: [patch,avr] Don't output operations for unused result regs

2025-02-16 Thread Denis Chertykov
Georg-Johann Lay writes: > When REG_UNUSED notes indicate that some result bytes are not > used by the following code, then there's no need to asm out them. > The patch uses such notes for the asm out of AND, IOR, XOR, PLUS, MINUS. > > Passes without regressions. Ok for trunk? Ok. Please apply.

[patch,avr] Don't output operations for unused result regs

2025-02-15 Thread Georg-Johann Lay
When REG_UNUSED notes indicate that some result bytes are not used by the following code, then there's no need to asm out them. The patch uses such notes for the asm out of AND, IOR, XOR, PLUS, MINUS. Passes without regressions. Ok for trunk? Johann -- AVR: Don't asm output operations for un