+2023-09-29 Wilco Dijkstra <wilco.dijkstra@arm.com>
+
+ Backported from master:
+ 2023-09-28 Wilco Dijkstra <wilco.dijkstra@arm.com>
+
+ PR target/111121
+ * config/aarch64/aarch64.md (aarch64_movmemdi): Add new expander.
+ (movmemdi): Call aarch64_expand_cpymem_mops for correct expansion.
+ * config/aarch64/aarch64.cc (aarch64_expand_cpymem_mops): Add support
+ for memmove.
+ * config/aarch64/aarch64-protos.h (aarch64_expand_cpymem_mops): Add new
+ function.
+
2023-09-26 Eric Botcazou <ebotcazou@adacore.com>
* gimple-range-gori.cc (gori_compute::logical_combine): Add missing
+2023-09-29 Wilco Dijkstra <wilco.dijkstra@arm.com>
+
+ Backported from master:
+ 2023-09-28 Wilco Dijkstra <wilco.dijkstra@arm.com>
+
+ PR target/111121
+ * gcc.target/aarch64/mops_4.c: Add memmove testcases.
+
2023-09-26 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt102.adb:New test.