Re: [PATCH 1/3] rtl-ssa: Provide easier access to debug uses [PR113089]

2024-01-22 Thread Richard Sandiford
Alex Coplan writes: > This patch adds some accessors to set_info and use_info to make it > easier to get at and iterate through uses in debug insns. > > It is used by the aarch64 load/store pair fusion pass in a subsequent > patch to fix PR113089, i.e. to update debug uses in the pass. > > Bootstr

[PATCH 1/3] rtl-ssa: Provide easier access to debug uses [PR113089]

2024-01-19 Thread Alex Coplan
This patch adds some accessors to set_info and use_info to make it easier to get at and iterate through uses in debug insns. It is used by the aarch64 load/store pair fusion pass in a subsequent patch to fix PR113089, i.e. to update debug uses in the pass. Bootstrapped/regtested as a series on aa