Re: [PATCH] aarch64: adjust enum writeback after rename

2024-06-03 Thread Marc Poulhiès
Richard Sandiford writes: > Marc Poulhiès writes: >> gcc/ChangeLog: >> >> * config/aarch64/aarch64-ldp-fusion.cc (struct aarch64_pair_fusion): >> Use new type name. >> --- >> My previous change fixed the generic code, but I forgot to adjust the >> overload in aarch64. >> >> I don't ha

Re: [PATCH] aarch64: adjust enum writeback after rename

2024-06-03 Thread Richard Sandiford
Marc Poulhiès writes: > gcc/ChangeLog: > > * config/aarch64/aarch64-ldp-fusion.cc (struct aarch64_pair_fusion): > Use new type name. > --- > My previous change fixed the generic code, but I forgot to adjust the > overload in aarch64. > > I don't have an aarch64 setup to check it fixes

[PATCH] aarch64: adjust enum writeback after rename

2024-06-03 Thread Marc Poulhiès
gcc/ChangeLog: * config/aarch64/aarch64-ldp-fusion.cc (struct aarch64_pair_fusion): Use new type name. --- My previous change fixed the generic code, but I forgot to adjust the overload in aarch64. I don't have an aarch64 setup to check it fixes the build, but will set it up lat