]> git.ipfire.org Git - thirdparty/gcc.git/commit
Set znver5 issue rate to 4.
authorJan Hubicka <hubicka@ucw.cz>
Tue, 15 Apr 2025 17:09:20 +0000 (19:09 +0200)
committerJan Hubicka <hubicka@ucw.cz>
Tue, 15 Apr 2025 17:30:02 +0000 (19:30 +0200)
commit4a01869b963520d689fe9242cf2ff24984ea41d8
treea635a109db79359ddb6a0e84d769205c48f6f9c1
parente2011ab13de3e70774f869b356f5f9c750780b34
Set znver5 issue rate to 4.

this patch sets issue rate of znver5 to 4.  With current model, unless a reservation is
missing, we will never issue more than 4 instructions per cycle since that is the limit
of decoders and the model does not take into acount the fact that typically code is run
from op cache.

gcc/ChangeLog:

* config/i386/x86-tune-sched.cc (ix86_issue_rate): Set
to 4 for znver5.
gcc/config/i386/x86-tune-sched.cc