[Bug target/89606] Extra mov after structure load instructions on aarch64

2023-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89606

--- Comment #3 from Andrew Pinski  ---
On the trunk (20231213) for aarch64, only f2 still has extra moves.

[Bug target/89606] Extra mov after structure load instructions on aarch64

2021-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89606

Andrew Pinski  changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Last reconfirmed||2021-04-17
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||ra
   Host|x86_64-pc-linux-gnu |
  Build|x86_64-pc-linux-gnu |

--- Comment #2 from Andrew Pinski  ---
Confirmed.
Note GCC 7 was even worse.

[Bug target/89606] Extra mov after structure load instructions on aarch64

2019-03-06 Thread yyc1992 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89606

--- Comment #1 from Yichao Yu  ---
Compiled a GCC 9 snapshot for pr89607 and the issue is still present.