Bug 114281 - [14 Regression] Multiple 2-10% exec time regressions of 465.tonto since r14-9193-ga0b1798042d033
Summary: [14 Regression] Multiple 2-10% exec time regressions of 465.tonto since r14-9...
Status: RESOLVED DUPLICATE of bug 114269
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 14.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: missed-optimization
Depends on:
Blocks: spec
  Show dependency treegraph
 
Reported: 2024-03-08 09:33 UTC by Filip Kastl
Modified: 2024-03-08 10:17 UTC (History)
2 users (show)

See Also:
Host: aarch64-gnu-linux, x86_64-linux
Target: aarch64-gnu-linux, x86_64-linux
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Kastl 2024-03-08 09:33:13 UTC
Our LNT instance has detected that runtime of benchmark 465.tonto from the SPEC 2006 suite regressed on all of our machines (aarch64 ampere altra, intel skylake, amd zen{2,3,4}) on most configurations by 2-10%.

One example: Zen4 -Ofast -flto -march=native (regressed by 10%)
https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=992.230.0

I've bisected the example configuration to r14-9193-ga0b1798042d033 (Richard Biener: tree-optimization/114074 - CHREC multiplication and undefined overflow).

There have been two other SPEC benchmarks regressions reported that also got bisected to this commit -- pr114269, pr114238. I assume that all of these have the same cause.
Comment 1 Xi Ruoyao 2024-03-08 10:08:10 UTC
(In reply to Filip Kastl from comment #0)
> Our LNT instance has detected that runtime of benchmark 465.tonto from the
> SPEC 2006 suite regressed on all of our machines (aarch64 ampere altra,
> intel skylake, amd zen{2,3,4}) on most configurations by 2-10%.
> 
> One example: Zen4 -Ofast -flto -march=native (regressed by 10%)
> https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=992.230.0
> 
> I've bisected the example configuration to r14-9193-ga0b1798042d033 (Richard
> Biener: tree-optimization/114074 - CHREC multiplication and undefined
> overflow).
> 
> There have been two other SPEC benchmarks regressions reported that also got
> bisected to this commit -- pr114269, pr114238. I assume that all of these
> have the same cause.

Please don't open more tickets unless you are assuming they do *not* have the same cause.

*** This bug has been marked as a duplicate of bug 114269 ***
Comment 2 Filip Kastl 2024-03-08 10:17:09 UTC
> Please don't open more tickets unless you are assuming they do *not* have the same cause.

Alright, noted.