Re: [PATCH] improved const shifts for AVR targets

2022-10-28 Thread Jeff Law via Gcc-patches
On 10/15/22 06:08, A. Binzberger wrote: Re: [PATCH] improved const shifts for AVR targets On 12.10.22 19:57, Jeff Law wrote: On 10/4/22 11:06, Alexander Binzberger via Gcc-patches wrote: Hi, recently I used some arduino uno for a project and realized some areas which do not output optimal

[PATCH] improved const shifts for AVR targets

2022-10-15 Thread Georg Johann Lay
Hi, recently I used some arduino uno for a project and realized some areas which do not output optimal asm code. Especially around shifts and function calls. With this as motivation and hacktoberfest I started patching things. Since patch files do not provide a good overview and I hope for a "hack

Re: [PATCH] improved const shifts for AVR targets

2022-10-15 Thread A. Binzberger via Gcc-patches
On 12.10.22 19:57, Jeff Law wrote: On 10/4/22 11:06, Alexander Binzberger via Gcc-patches wrote: Hi, recently I used some arduino uno for a project and realized some areas which do not output optimal asm code. Especially around shifts and function calls. With this as motivation and hacktoberf

Re: [PATCH] improved const shifts for AVR targets

2022-10-12 Thread Jeff Law via Gcc-patches
On 10/4/22 11:06, Alexander Binzberger via Gcc-patches wrote: Hi, recently I used some arduino uno for a project and realized some areas which do not output optimal asm code. Especially around shifts and function calls. With this as motivation and hacktoberfest I started patching things. Since

[PATCH] improved const shifts for AVR targets

2022-10-04 Thread Alexander Binzberger via Gcc-patches
Hi, recently I used some arduino uno for a project and realized some areas which do not output optimal asm code. Especially around shifts and function calls. With this as motivation and hacktoberfest I started patching things. Since patch files do not provide a good overview and I hope for a "hackt