[PATCH] D68685: [RISCV] Scheduler description for Rocket Core
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 17:38:01 PDT 2019
apazos added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVSchedRocket32.td:16
+// This works with MachineScheduler. See MCSchedule.h for details.
+
+// Rocket machine model for scheduling and other instruction cost heuristics.
----------------
Can you add to the comments a link to the processor model documentation used in the schedule definitions (latencies, function units types, etc.)?
Have you been able to run utils/schedcover.py on Rocket32Model and Rocket64Model?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68685/new/
https://reviews.llvm.org/D68685
More information about the llvm-commits
mailing list