[PATCH] D97237: [RISCV] vle1.v/vse1.v should be unmasked instructions.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 15:46:19 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:148
 let hasSideEffects = 0, mayLoad = 0, mayStore = 1 in {
 // store vd, vs3, (rs1), vm
 class VUnitStrideStoreMask<string opcodestr>
----------------
Is this comment incorrect? Should it not have vm


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97237



More information about the llvm-commits mailing list