Re: [PATCH 02/11] rtl-ssa: Add some helpers for removing accesses

2023-11-23 Thread Richard Sandiford
Alex Coplan writes: > On 21/11/2023 16:49, Richard Sandiford wrote: >> Richard Sandiford writes: >> > Alex Coplan writes: >> >> This adds some helpers to access-utils.h for removing accesses from an >> >> access_array. This is needed by the upcoming aarch64 load/store pair >> >> fusion pass. >>

Re: [PATCH 02/11] rtl-ssa: Add some helpers for removing accesses

2023-11-23 Thread Alex Coplan
On 21/11/2023 16:49, Richard Sandiford wrote: > Richard Sandiford writes: > > Alex Coplan writes: > >> This adds some helpers to access-utils.h for removing accesses from an > >> access_array. This is needed by the upcoming aarch64 load/store pair > >> fusion pass. > >> > >> Bootstrapped/regtest

Re: [PATCH 02/11] rtl-ssa: Add some helpers for removing accesses

2023-11-21 Thread Richard Sandiford
Richard Sandiford writes: > Alex Coplan writes: >> This adds some helpers to access-utils.h for removing accesses from an >> access_array. This is needed by the upcoming aarch64 load/store pair >> fusion pass. >> >> Bootstrapped/regtested as a series on aarch64-linux-gnu, OK for trunk? >> >> gcc

Re: [PATCH 02/11] rtl-ssa: Add some helpers for removing accesses

2023-11-21 Thread Richard Sandiford
Alex Coplan writes: > This adds some helpers to access-utils.h for removing accesses from an > access_array. This is needed by the upcoming aarch64 load/store pair > fusion pass. > > Bootstrapped/regtested as a series on aarch64-linux-gnu, OK for trunk? > > gcc/ChangeLog: > > * rtl-ssa/acce

[PATCH 02/11] rtl-ssa: Add some helpers for removing accesses

2023-11-16 Thread Alex Coplan
This adds some helpers to access-utils.h for removing accesses from an access_array. This is needed by the upcoming aarch64 load/store pair fusion pass. Bootstrapped/regtested as a series on aarch64-linux-gnu, OK for trunk? gcc/ChangeLog: * rtl-ssa/access-utils.h (filter_accesses): New.