[PATCH] D137428: [RISCV][CodeGen] Account for LMUL for Vector Permutation Instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 15:40:14 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:885
+           Sched<[WriteVISlideX_UpperBound, ReadVISlideV_UpperBound,
+             ReadVISlideX_UpperBound, ReadVMask]>;
   def I  : VALUVI<funct6, opcodestr # "." # vw # "i", optype>,
----------------
Indent


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137428



More information about the llvm-commits mailing list