[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
Tue Nov 29 15:50:01 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3194
+              Sched<[WriteVFWMulAddV_MX, ReadVFWMulAddV_MX,
+                ReadVFWMulAddV_MX, ReadVFWMulAddV_MX, ReadVMask]>;
+  }
----------------
Indent this further


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