public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/84757] [8/9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL
       [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
@ 2021-04-27 11:38 ` jakub at gcc dot gnu.org
  2021-07-28  7:04 ` [Bug target/84757] [9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-27 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.0                        |11.2

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.1 has been released, retargeting bugs to GCC 11.2.

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

* [Bug target/84757] [9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL
       [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
  2021-04-27 11:38 ` [Bug target/84757] [8/9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL jakub at gcc dot gnu.org
@ 2021-07-28  7:04 ` rguenth at gcc dot gnu.org
  2022-04-21  7:47 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  7:04 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.2                        |11.3

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.2 is being released, retargeting bugs to GCC 11.3

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

* [Bug target/84757] [9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL
       [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
  2021-04-27 11:38 ` [Bug target/84757] [8/9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL jakub at gcc dot gnu.org
  2021-07-28  7:04 ` [Bug target/84757] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2022-04-21  7:47 ` rguenth at gcc dot gnu.org
  2023-05-29 10:02 ` [Bug target/84757] [10/11/12/13/14 " jakub at gcc dot gnu.org
  2024-02-20  7:16 ` [Bug target/84757] [11/12/13/14 " pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:47 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug target/84757] [10/11/12/13/14 Regression] Useless MOVs and PUSHes to store results of MUL
       [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-04-21  7:47 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:02 ` jakub at gcc dot gnu.org
  2024-02-20  7:16 ` [Bug target/84757] [11/12/13/14 " pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

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

* [Bug target/84757] [11/12/13/14 Regression] Useless MOVs and PUSHes to store results of MUL
       [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-05-29 10:02 ` [Bug target/84757] [10/11/12/13/14 " jakub at gcc dot gnu.org
@ 2024-02-20  7:16 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-20  7:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I hear that the RISCV folks are going to implementing subreg handling in RA for
GCC 15,  though I am not sure if that will fix this though but we will see.

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

end of thread, other threads:[~2024-02-20  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-84757-4@http.gcc.gnu.org/bugzilla/>
2021-04-27 11:38 ` [Bug target/84757] [8/9/10/11/12 Regression] Useless MOVs and PUSHes to store results of MUL jakub at gcc dot gnu.org
2021-07-28  7:04 ` [Bug target/84757] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-04-21  7:47 ` rguenth at gcc dot gnu.org
2023-05-29 10:02 ` [Bug target/84757] [10/11/12/13/14 " jakub at gcc dot gnu.org
2024-02-20  7:16 ` [Bug target/84757] [11/12/13/14 " 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).