[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2023-05-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 --- Comment #7 from Andrew Pinski --- (In reply to Tamar Christina from comment #6) > f3 and g3 no longer use the stack: ... > Though we still allocate the space for it (but that's a general AArch64 > issue). for the other cases the only thing

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-08-12 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org ---

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-06-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 Andrew Pinski changed: What|Removed |Added Depends on||93237 --- Comment #5 from Andrew Pinski

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Created attachment 50891 [details] > Start of the patch which should fix most of it > > This patch which should fix the majority of the problem though I have

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug target/95967] Poor aarch64 vector constructor code when using arm_neon.h

2020-06-29 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95967 --- Comment #1 from rsandifo at gcc dot gnu.org --- Created attachment 48802 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48802=edit 6 constructor functions This time with attachment -- not sure what happened last time.