public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets.
       [not found] <bug-80689-4@http.gcc.gnu.org/bugzilla/>
@ 2021-01-08 11:34 ` jamborm at gcc dot gnu.org
  2021-08-29  8:43 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-01-08 11:34 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|jamborm at gcc dot gnu.org         |unassigned at gcc dot gnu.org

--- Comment #9 from Martin Jambor <jamborm at gcc dot gnu.org> ---
The patch referenced in the previous comment was
https://gcc.gnu.org/pipermail/gcc-patches/2018-July/503072.html
but there were concerns about its effect in other circumstances.  In
any event, I do not plan to work on this now so I am un-assigning
myself.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets.
       [not found] <bug-80689-4@http.gcc.gnu.org/bugzilla/>
  2021-01-08 11:34 ` [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets jamborm at gcc dot gnu.org
@ 2021-08-29  8:43 ` pinskia at gcc dot gnu.org
  2021-08-30  9:16 ` jamborm at gcc dot gnu.org
  2021-08-30 16:23 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-29  8:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Even LLVM does this same thing.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets.
       [not found] <bug-80689-4@http.gcc.gnu.org/bugzilla/>
  2021-01-08 11:34 ` [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets jamborm at gcc dot gnu.org
  2021-08-29  8:43 ` pinskia at gcc dot gnu.org
@ 2021-08-30  9:16 ` jamborm at gcc dot gnu.org
  2021-08-30 16:23 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-08-30  9:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #10)
> Even LLVM does this same thing.

What do you mean by "does this same thing?" Does it copy the structure
element-wise or does it copy it is a block like GCC does (and suffers the same
problem)?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets.
       [not found] <bug-80689-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-08-30  9:16 ` jamborm at gcc dot gnu.org
@ 2021-08-30 16:23 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-30 16:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Martin Jambor from comment #11)
> (In reply to Andrew Pinski from comment #10)
> > Even LLVM does this same thing.
> 
> What do you mean by "does this same thing?" Does it copy the structure
> element-wise or does it copy it is a block like GCC does (and suffers the
> same problem)?

It does a block copy like GCC.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-30 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-80689-4@http.gcc.gnu.org/bugzilla/>
2021-01-08 11:34 ` [Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets jamborm at gcc dot gnu.org
2021-08-29  8:43 ` pinskia at gcc dot gnu.org
2021-08-30  9:16 ` jamborm at gcc dot gnu.org
2021-08-30 16:23 ` pinskia at gcc dot gnu.org

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).