[PATCH] D109318: [RISCV][NFC] Refactor classes for load/store instructions of V extension

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 26 10:49:23 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:140
 
-// load vd, (rs1), vm
-class VUnitStrideLoad<RISCVLSUMOP lumop, RISCVWidth width,
-                      string opcodestr>
-    : RVInstVLU<0b000, width.Value{3}, lumop, width.Value{2-0},
+// unit-stride fault-on-first load vd, (rs1), vm
+class VUnitStrideLoadFF<RISCVWidth width, string opcodestr>
----------------
fault-on-first -> fault-only-first


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109318



More information about the llvm-commits mailing list