Re: [PATCH 3/8] Make more use of force_subreg

2024-06-25 Thread Richard Sandiford
Jeff Law writes: > On 6/17/24 3:53 AM, Richard Sandiford wrote: >> This patch makes target-independent code use force_subreg instead >> of simplify_gen_subreg in some places. The criteria were: >> >> (1) The code is obviously specific to expand (where new pseudos >> can be created), or at

Re: [PATCH 3/8] Make more use of force_subreg

2024-06-21 Thread Andrew Pinski
On Fri, Jun 21, 2024 at 1:11 PM Jeff Law wrote: > > > > On 6/17/24 3:53 AM, Richard Sandiford wrote: > > This patch makes target-independent code use force_subreg instead > > of simplify_gen_subreg in some places. The criteria were: > > > > (1) The code is obviously specific to expand (where new

Re: [PATCH 3/8] Make more use of force_subreg

2024-06-21 Thread Jeff Law
On 6/17/24 3:53 AM, Richard Sandiford wrote: This patch makes target-independent code use force_subreg instead of simplify_gen_subreg in some places. The criteria were: (1) The code is obviously specific to expand (where new pseudos can be created), or at least would be invalid to call

[PATCH 3/8] Make more use of force_subreg

2024-06-17 Thread Richard Sandiford
This patch makes target-independent code use force_subreg instead of simplify_gen_subreg in some places. The criteria were: (1) The code is obviously specific to expand (where new pseudos can be created), or at least would be invalid to call when !can_create_pseudo_p () and temporaries