public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
@ 2021-11-25 10:54 hubicka at gcc dot gnu.org
  2021-11-25 11:25 ` [Bug tree-optimization/103425] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-25 10:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103425
           Summary: 48% tramp3d regression between g:df1a0d526e2e4c75 and
                    g:9e026da720091704 with  -Ofast -march=native at Zen
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hubicka at gcc dot gnu.org
  Target Milestone: ---

visible at https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=171.576.0
and with LTO https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=178.576.0

It lasts for 2 runs already so probably not a noise.  Curiously I do not see it
on other testers (perhaps they need to run yet)

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

* [Bug tree-optimization/103425] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
  2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
@ 2021-11-25 11:25 ` pinskia at gcc dot gnu.org
  2021-11-25 12:38 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-25 11:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I hope it was not caused by my patch. As it could in theory cause cost
differences ....

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

* [Bug tree-optimization/103425] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
  2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
  2021-11-25 11:25 ` [Bug tree-optimization/103425] " pinskia at gcc dot gnu.org
@ 2021-11-25 12:38 ` marxin at gcc dot gnu.org
  2021-11-25 13:58 ` [Bug tree-optimization/103425] [12 Regression] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-25 12:38 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Cannot reproduce that locally with -march=znver2 on a znver1 machine.

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

* [Bug tree-optimization/103425] [12 Regression] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
  2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
  2021-11-25 11:25 ` [Bug tree-optimization/103425] " pinskia at gcc dot gnu.org
  2021-11-25 12:38 ` marxin at gcc dot gnu.org
@ 2021-11-25 13:58 ` rguenth at gcc dot gnu.org
  2021-11-25 16:52 ` hubicka at gcc dot gnu.org
  2021-12-08 13:56 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-11-25 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-*
            Summary|48% tramp3d regression      |[12 Regression] 48% tramp3d
                   |between g:df1a0d526e2e4c75  |regression between
                   |and g:9e026da720091704 with |g:df1a0d526e2e4c75 and
                   | -Ofast -march=native at    |g:9e026da720091704 with
                   |Zen                         |-Ofast -march=native at Zen
           Keywords|                            |needs-bisection
   Target Milestone|---                         |12.0

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Not visible on Haswell (for now).

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

* [Bug tree-optimization/103425] [12 Regression] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
  2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-11-25 13:58 ` [Bug tree-optimization/103425] [12 Regression] " rguenth at gcc dot gnu.org
@ 2021-11-25 16:52 ` hubicka at gcc dot gnu.org
  2021-12-08 13:56 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-25 16:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
In meanwhile other testers picked the revision and it seems that indeed only
benzen machine reports this (it is AMD EPYC 7702).  So it looks
microarchitecture specific issue.

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

* [Bug tree-optimization/103425] [12 Regression] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with  -Ofast -march=native at Zen
  2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-11-25 16:52 ` hubicka at gcc dot gnu.org
@ 2021-12-08 13:56 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-08 13:56 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
It's fixed on both LNT testers.

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

end of thread, other threads:[~2021-12-08 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 10:54 [Bug tree-optimization/103425] New: 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen hubicka at gcc dot gnu.org
2021-11-25 11:25 ` [Bug tree-optimization/103425] " pinskia at gcc dot gnu.org
2021-11-25 12:38 ` marxin at gcc dot gnu.org
2021-11-25 13:58 ` [Bug tree-optimization/103425] [12 Regression] " rguenth at gcc dot gnu.org
2021-11-25 16:52 ` hubicka at gcc dot gnu.org
2021-12-08 13:56 ` marxin 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).