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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 15:06:02 PST 2022


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM with those formatting changes



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:1594
+               Sched<[WriteVFMovFV_UpperBound, ReadVFMovFV_UpperBound,
+                 ReadVFMovFX_UpperBound]>;
 
----------------
Indent


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3212
+    defm "" : VPseudoVSLDV_VX<m, Constraint>,
+              Sched<[WriteVISlideX_MX, ReadVISlideV_MX, ReadVISlideV_MX, ReadVISlideX_MX, ReadVMask]>;
+    defm "" : VPseudoVSLDV_VI<ImmType, m, Constraint>,
----------------
Wrap this line


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