[PATCH] D135188: [RISCV][CodeGen] Add Scheduling for vset{i}vl{i} instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 14:05:38 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:4453
+def PseudoVSETIVLI : Pseudo<(outs GPR:$rd), (ins uimm5:$rs1, VTypeIOp10:$vtypei), []>,
+                     Sched<[WriteVSETIVLI, ReadVSETIVLI]>;
 }
----------------
There's nothing to "Read" here. The sources are immediates


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135188



More information about the llvm-commits mailing list