[all-commits] [llvm/llvm-project] 9d6f2b: [X86] Fix SunnyCove ROB/MicroOpBufferSize
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue May 30 07:02:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d6f2b19072e9b8c216350cc5764645891248b8c
https://github.com/llvm/llvm-project/commit/9d6f2b19072e9b8c216350cc5764645891248b8c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86SchedIceLake.td
Log Message:
-----------
[X86] Fix SunnyCove ROB/MicroOpBufferSize
As raised on Issue #62602 - the IceLake scheduler model is still mainly a copy of the SkylakeServer model. This initial commit just fixes the ROB/MicroOpBufferSize to match the size reported on WikiChip/Agner, further fixes to follow in later commits.
More information about the All-commits
mailing list