Between commits g:cff1fa6625d1273f and g:8b9d0e8cf482287b there's a slowdown of 454.calculix 2006 SPEC. 11% regression seen on the graph here (Zen2 machine): https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=288.170.0 I've also replicated this on another Zen2 machine and got 4% slowdown. I haven't seen this slowdown on other architectures.
I checked again and its actually a 4% regression on both machines, my bad.
The options are -Ofast -march=native -mtune=native LTO and PGO
GCC 14.1 is being released, retargeting bugs to GCC 14.2.
This looks like it was fixed in Jan 2024 around between 02948ced062b730e and 7f7d9c525c694e36 revision (https://lnt.opensuse.org/db_default/v4/SPEC/44304).
Yes, currently the measurements are back to where they were before this slowdown. They maybe even improved a bit. I suggest we close this PR. I'll wait a bit in case there are objections and then do it.
Closing this PR.