Re: [aarch64] Use force_reg instead of copy_to_mode_reg

2023-04-21 Thread Prathamesh Kulkarni via Gcc-patches
st passes on aarch64-linux-gnu. > > OK to commit ? > > > > Thanks, > > Prathamesh > > > > [aarch64] Use force_reg instead of copy_to_mode_reg. > > > > Use force_reg instead of copy_to_mode_reg in aarch64_simd_dup_constant > > and aarch64_expand

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 instead of copy_to_mode_reg

2023-04-21 Thread Prathamesh Kulkarni via Gcc-patches
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 instead of copy_to_mode_reg. Use force_reg instead