[PATCH] D66088: AMD Znver2 (Rome) Scheduler enablement
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 00:31:24 PST 2019
lebedev.ri added a comment.
Not sure how this (any) sched model should be reviewed.
Perhaps it would help to post the exegesis reports.
FWIW i'd just merge this.
================
Comment at: llvm/lib/Target/X86/X86ScheduleZnver2.td:179
+def : WriteRes<WriteMove, [Zn2ALU]>;
+def : WriteRes<WriteLoad, [Zn2AGU]> { let Latency = 8; }
+
----------------
This is correct?
Shouldn't it be 4+1 ?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66088/new/
https://reviews.llvm.org/D66088
More information about the llvm-commits
mailing list