[PATCH] D151850: [RISCV] Model all 3 arithmetic sources of vector FMA at MC layer.

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 09:33:56 PDT 2023


wangpc added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:625
+  let RVVConstraint = WidenV in
+  def V : VALUrVV<funct6, OPMVV, opcodestr # ".vv", /*EarlyClobber*/1>,
+          SchedTernaryMC<"WriteVIWMulAddV", "ReadVIWMulAddV", "ReadVIWMulAddV",
----------------
We may not need comments for arguments since we have supported named arguments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151850/new/

https://reviews.llvm.org/D151850



More information about the llvm-commits mailing list