Re: [aarch64] Use force_reg instead of copy_to_mode_reg

2023-04-21 Thread Prathamesh Kulkarni via Gcc-patches
On Fri, 21 Apr 2023 at 21:00, Richard Sandiford wrote: > > Prathamesh Kulkarni writes: > > Hi Richard, > > Based on your suggestions in the other thread, the patch uses force_reg > > to avoid creating pseudo if value is already in a register. > > Bootstrap+test passes on aarch64-linux-gnu. > > OK

Re: [aarch64] Use force_reg instead of copy_to_mode_reg

2023-04-21 Thread Richard Sandiford via Gcc-patches
Prathamesh Kulkarni writes: > Hi Richard, > Based on your suggestions in the other thread, the patch uses force_reg > to avoid creating pseudo if value is already in a register. > Bootstrap+test passes on aarch64-linux-gnu. > OK to commit ? > > Thanks, > Prathamesh > > [aarch64] Use force_reg inst