public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64
@ 2023-12-22 15:21 fkastl at suse dot cz
  2023-12-22 15:23 ` [Bug target/113116] " fkastl at suse dot cz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fkastl at suse dot cz @ 2023-12-22 15:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113116
           Summary: ~11-17% exec time regression of 436.cactusADM on
                    aarch64
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, needs-bisection
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fkastl at suse dot cz
  Target Milestone: ---
              Host: aarch64-linux-gnu
            Target: aarch64-linux-gnu

As seen on the graphs here

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

between commits
g:8e0568d8ac9dbfc8
g:5641787abeea0fdc

there is a slowdown of 436.cactusADM SPEC2006 benchmark, 11% for Ofast native
LTO PGO and 17% for Ofast native LTO.

This is on aarch64. I haven't seen similar slowdowns on other architectures.

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

* [Bug target/113116] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
@ 2023-12-22 15:23 ` fkastl at suse dot cz
  2024-01-03 11:21 ` [Bug target/113116] [14 Regression] " tnfchris at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fkastl at suse dot cz @ 2023-12-22 15:23 UTC (permalink / raw)
  To: gcc-bugs

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

Filip Kastl <fkastl at suse dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |26163

--- Comment #1 from Filip Kastl <fkastl at suse dot cz> ---
The cpu is ampere altra


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
[Bug 26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

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

* [Bug target/113116] [14 Regression] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
  2023-12-22 15:23 ` [Bug target/113116] " fkastl at suse dot cz
@ 2024-01-03 11:21 ` tnfchris at gcc dot gnu.org
  2024-01-03 11:30 ` fkastl at suse dot cz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2024-01-03 11:21 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnfchris at gcc dot gnu.org
   Last reconfirmed|                            |2024-01-03
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
(In reply to Filip Kastl from comment #0)
> As seen on the graphs here
> 
> https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=578.100.0
> https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=586.100.0
> 
> between commits
> g:8e0568d8ac9dbfc8
> g:5641787abeea0fdc
> 
> there is a slowdown of 436.cactusADM SPEC2006 benchmark, 11% for Ofast
> native LTO PGO and 17% for Ofast native LTO.


Did you mean -Ofast native PGO? both linked runs are PGO.

In any case, confirmed. Running bisect.

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

* [Bug target/113116] [14 Regression] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
  2023-12-22 15:23 ` [Bug target/113116] " fkastl at suse dot cz
  2024-01-03 11:21 ` [Bug target/113116] [14 Regression] " tnfchris at gcc dot gnu.org
@ 2024-01-03 11:30 ` fkastl at suse dot cz
  2024-01-06  6:15 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fkastl at suse dot cz @ 2024-01-03 11:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Filip Kastl <fkastl at suse dot cz> ---
(In reply to Tamar Christina from comment #2)
> Did you mean -Ofast native PGO? both linked runs are PGO.

Yes I did. I meant PGO and wrote LTO. My bad :).

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

* [Bug target/113116] [14 Regression] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
                   ` (2 preceding siblings ...)
  2024-01-03 11:30 ` fkastl at suse dot cz
@ 2024-01-06  6:15 ` pinskia at gcc dot gnu.org
  2024-03-07 20:53 ` law at gcc dot gnu.org
  2024-05-07  7:43 ` [Bug target/113116] [14/15 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-06  6:15 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

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

* [Bug target/113116] [14 Regression] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
                   ` (3 preceding siblings ...)
  2024-01-06  6:15 ` pinskia at gcc dot gnu.org
@ 2024-03-07 20:53 ` law at gcc dot gnu.org
  2024-05-07  7:43 ` [Bug target/113116] [14/15 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-07 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug target/113116] [14/15 Regression] ~11-17% exec time regression of 436.cactusADM on aarch64
  2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
                   ` (4 preceding siblings ...)
  2024-03-07 20:53 ` law at gcc dot gnu.org
@ 2024-05-07  7:43 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ 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=113116

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

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

--- Comment #4 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 15:21 [Bug target/113116] New: ~11-17% exec time regression of 436.cactusADM on aarch64 fkastl at suse dot cz
2023-12-22 15:23 ` [Bug target/113116] " fkastl at suse dot cz
2024-01-03 11:21 ` [Bug target/113116] [14 Regression] " tnfchris at gcc dot gnu.org
2024-01-03 11:30 ` fkastl at suse dot cz
2024-01-06  6:15 ` pinskia at gcc dot gnu.org
2024-03-07 20:53 ` law at gcc dot gnu.org
2024-05-07  7:43 ` [Bug target/113116] [14/15 " 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).