Re: [PATCH 10/11] aarch64: Add new load/store pair fusion pass.

2023-11-22 Thread Richard Sandiford
Alex Coplan writes: > This is a v3 of the aarch64 load/store pair fusion pass. > v2 was posted here: > - https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633601.html > > The main changes since v2 are as follows: > > We now handle writeback opportunities as well. E.g. for this testcase: > >

[PATCH 10/11] aarch64: Add new load/store pair fusion pass.

2023-11-16 Thread Alex Coplan
This is a v3 of the aarch64 load/store pair fusion pass. v2 was posted here: - https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633601.html The main changes since v2 are as follows: We now handle writeback opportunities as well. E.g. for this testcase: void foo (long *p, long *q, long x,