public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/89581] Unneeded stack alignment on windows x86
       [not found] <bug-89581-4@http.gcc.gnu.org/bugzilla/>
@ 2020-12-16 23:26 ` gabravier at gmail dot com
  0 siblings, 0 replies; only message in thread
From: gabravier at gmail dot com @ 2020-12-16 23:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89581

Gabriel Ravier <gabravier at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gabravier at gmail dot com

--- Comment #2 from Gabriel Ravier <gabravier at gmail dot com> ---
I can reproduce this, the code generation seems to have gotten much worse,
here's what I get with -O3 -mavx2 :

f:
  vmovq QWORD PTR [rsp-40], xmm0
  vmovq QWORD PTR [rsp-32], xmm1
  vmovapd xmm5, XMMWORD PTR [rsp-40]
  vmovq QWORD PTR [rsp-24], xmm2
  vmovq QWORD PTR [rsp-16], xmm3
  vaddpd xmm4, xmm5, XMMWORD PTR [rsp-24]
  vmovapd XMMWORD PTR [rsp-40], xmm4
  vmovsd xmm1, QWORD PTR [rsp-32]
  vmovsd xmm0, QWORD PTR [rsp-40]
  ret

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-16 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-89581-4@http.gcc.gnu.org/bugzilla/>
2020-12-16 23:26 ` [Bug target/89581] Unneeded stack alignment on windows x86 gabravier at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).