Re: [PATCH 2/3] aarch64: Re-parent trailing nondebug base reg uses [PR113089]

2024-01-22 Thread Richard Sandiford
Alex Coplan writes: > While working on PR113089, I realised we where missing code to re-parent > trailing nondebug uses of the base register in the case of cancelling > writeback in the load/store pair pass. This patch fixes that. > > Bootstrapped/regtested as a series on aarch64-linux-gnu (with/

[PATCH 2/3] aarch64: Re-parent trailing nondebug base reg uses [PR113089]

2024-01-19 Thread Alex Coplan
While working on PR113089, I realised we where missing code to re-parent trailing nondebug uses of the base register in the case of cancelling writeback in the load/store pair pass. This patch fixes that. Bootstrapped/regtested as a series on aarch64-linux-gnu (with/without the pass enabled), OK