[PATCH] D137426: [RISCV][Codegen] Account for LMUL in Vector floating-point instructions
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 09:23:05 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVScheduleV.td:16
+defvar SchedMxListFW = ["UpperBound", "MF4", "MF2", "M1", "M2", "M4"];
+defvar SchedMxListFPW = ["UpperBound", "MF4", "MF2", "M1", "M2", "M4", "M8"];
----------------
It seems like a bug that we need both of these. I'm going to investigate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137426/new/
https://reviews.llvm.org/D137426
More information about the llvm-commits
mailing list