[Bug target/115589] (aarch64) clobbered register variables

2024-06-22 Thread pietro.braione at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589 --- Comment #4 from Pietro Braione --- I see. Sorry for the noise.

[Bug target/115589] (aarch64) clobbered register variables

2024-06-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589 --- Comment #3 from Andrew Pinski --- Some developers use Local Register Variables in an attempt to improve gcc’s allocation of registers, especially in large functions. In this case the register name is essentially a hint to the register alloca

[Bug target/115589] (aarch64) clobbered register variables

2024-06-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/115589] (aarch64) clobbered register variables

2024-06-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115589 Andrew Pinski changed: What|Removed |Added Keywords||inline-asm --- Comment #1 from Andrew P