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

Bin Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 08:56:54 PDT 2021


bin.cheng added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:211
 
 // store vd, vs3, (rs1), rs2, vm
 class VStridedStore<RISCVWidth width, string opcodestr>
----------------
HsiangKai wrote:
> stride store
> stride store

Thank both of you for reviewing.  I will update all comments.  Additionally "strided store" for this one to be consistent with spec.


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