Re: [patch,avr] Run pass avr-fuse-add a second time

2024-08-31 Thread Denis Chertykov
пт, 30 авг. 2024 г. в 16:09, Georg-Johann Lay : > > There are cases, where opportunities to use POST_INC addressing > only occur very late in the compilation process. Take for example > the following function from AVR-LibC's qsort: > > void swapfunc (char *a, char *b, int n) > { > do > {

Re: [patch,avr] Run pass avr-fuse-add a second time

2024-08-30 Thread Georg-Johann Lay
Am 30.08.24 um 15:31 schrieb Richard Biener: On Fri, Aug 30, 2024 at 3:28 PM Georg-Johann Lay wrote: Am 30.08.24 um 14:46 schrieb Richard Biener: On Fri, Aug 30, 2024 at 2:10 PM Georg-Johann Lay wrote: There are cases, where opportunities to use POST_INC addressing only occur very late in

Re: [patch,avr] Run pass avr-fuse-add a second time

2024-08-30 Thread Richard Biener
On Fri, Aug 30, 2024 at 3:28 PM Georg-Johann Lay wrote: > > Am 30.08.24 um 14:46 schrieb Richard Biener: > > On Fri, Aug 30, 2024 at 2:10 PM Georg-Johann Lay wrote: > >> > >> There are cases, where opportunities to use POST_INC addressing > >> only occur very late in the compilation process. Tak

Re: [patch,avr] Run pass avr-fuse-add a second time

2024-08-30 Thread Georg-Johann Lay
Am 30.08.24 um 14:46 schrieb Richard Biener: On Fri, Aug 30, 2024 at 2:10 PM Georg-Johann Lay wrote: There are cases, where opportunities to use POST_INC addressing only occur very late in the compilation process. Take for example the following function from AVR-LibC's qsort: void swapfunc (

Re: [patch,avr] Run pass avr-fuse-add a second time

2024-08-30 Thread Richard Biener
On Fri, Aug 30, 2024 at 2:10 PM Georg-Johann Lay wrote: > > There are cases, where opportunities to use POST_INC addressing > only occur very late in the compilation process. Take for example > the following function from AVR-LibC's qsort: > > void swapfunc (char *a, char *b, int n) > { > do