https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80372
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |target Last reconfirmed|2021-07-24 00:00:00 |2023-5-15 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- AARCH64 produces this: ldp d30, d31, [x0] stp d30, d31, [x0, 16] Which is just perfect. So this is a target issue.