public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
@ 2023-12-08  7:34 fkastl at suse dot cz
  2023-12-08  7:49 ` [Bug target/112914] " fkastl at suse dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fkastl at suse dot cz @ 2023-12-08  7:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112914
           Summary: [14 Regression] ~7-9% exec time regression of
                    436.cactusADM on AMD Zen2
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: needs-bisection
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fkastl at suse dot cz
  Target Milestone: ---
              Host: x86_64-linux
            Target: x86_64-linux

Between commits

g:73e2bdbf9bed48b2

and

g:c6bb413eeb9d1341

there's a slowdown of 436.cactusADM 2006 SPEC. 9% regression seen on the graph
here (Zen2 machine):

https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=292.100.0

I've also replicated this on another Zen2 machine and got 7% slowdown. I
haven't seen this slowdown on other architectures.

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

* [Bug target/112914] [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
  2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
@ 2023-12-08  7:49 ` fkastl at suse dot cz
  2023-12-08  8:25 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fkastl at suse dot cz @ 2023-12-08  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Filip Kastl <fkastl at suse dot cz> ---
The options are -O2 LTO

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

* [Bug target/112914] [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
  2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
  2023-12-08  7:49 ` [Bug target/112914] " fkastl at suse dot cz
@ 2023-12-08  8:25 ` rguenth at gcc dot gnu.org
  2024-03-07 20:59 ` law at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-12-08  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
   Target Milestone|---                         |14.0

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

* [Bug target/112914] [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
  2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
  2023-12-08  7:49 ` [Bug target/112914] " fkastl at suse dot cz
  2023-12-08  8:25 ` rguenth at gcc dot gnu.org
@ 2024-03-07 20:59 ` law at gcc dot gnu.org
  2024-04-12 13:59 ` [Bug target/112914] " pheeck at gcc dot gnu.org
  2024-05-07  7:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-07 20:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at gcc dot gnu.org
           Priority|P3                          |P2

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

* [Bug target/112914] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
  2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
                   ` (2 preceding siblings ...)
  2024-03-07 20:59 ` law at gcc dot gnu.org
@ 2024-04-12 13:59 ` pheeck at gcc dot gnu.org
  2024-05-07  7:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pheeck at gcc dot gnu.org @ 2024-04-12 13:59 UTC (permalink / raw)
  To: gcc-bugs

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

Filip Kastl <pheeck at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 Regression] ~7-9% exec  |~7-9% exec time regression
                   |time regression of          |of 436.cactusADM on AMD
                   |436.cactusADM on AMD Zen2   |Zen2

--- Comment #2 from Filip Kastl <pheeck at gcc dot gnu.org> ---
Looking at a graph comparing trunk to GCC13 and GCC12, I think this isn't a 14
Regression.

https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.6=752.100.0&plot.7=920.100.0&plot.8=292.100.0&

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

* [Bug target/112914] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
  2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
                   ` (3 preceding siblings ...)
  2024-04-12 13:59 ` [Bug target/112914] " pheeck at gcc dot gnu.org
@ 2024-05-07  7:43 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-07  7:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|14.0                        |14.2

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 14.1 is being released, retargeting bugs to GCC 14.2.

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

end of thread, other threads:[~2024-05-07  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-08  7:34 [Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2 fkastl at suse dot cz
2023-12-08  7:49 ` [Bug target/112914] " fkastl at suse dot cz
2023-12-08  8:25 ` rguenth at gcc dot gnu.org
2024-03-07 20:59 ` law at gcc dot gnu.org
2024-04-12 13:59 ` [Bug target/112914] " pheeck at gcc dot gnu.org
2024-05-07  7:43 ` rguenth 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).