[PATCH] D98002: [RISCV] Add scheduling resources for V
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 09:19:12 PDT 2021
evandro marked 3 inline comments as done.
evandro added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:232
include "RISCVSchedule.td"
+include "RISCVScheduleV.td"
include "RISCVRegisterInfo.td"
----------------
craig.topper wrote:
> Maybe include this from RISCVSchedule.td the way RISCVInstrInfo.td includes RISCVInstrInfoV.td?
Other targets do it here, but I lean towards your suggestion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98002/new/
https://reviews.llvm.org/D98002
More information about the llvm-commits
mailing list