[PATCH] D141485: [X86] Add schedule module for SapphireRapids
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 06:24:40 PDT 2023
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86SchedSapphireRapids.td:68
+def SPRPort00_01_05_06_10 : ProcResGroup<[SPRPort00, SPRPort01, SPRPort05,
+ SPRPort06, SPRPort10]> {
+ let BufferSize = 112;
----------------
Port10 or port11?
================
Comment at: llvm/lib/Target/X86/X86SchedSapphireRapids.td:79
+def SPRPort02_03_07_08_11 : ProcResGroup<[SPRPort02, SPRPort03, SPRPort07,
+ SPRPort08, SPRPort11]> {
+ let BufferSize = 72;
----------------
Port11 or port10?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141485/new/
https://reviews.llvm.org/D141485
More information about the llvm-commits
mailing list