[PATCH] D112408: [RISCV] Add the zve extension according to the v1.0 spec

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 23:05:23 PST 2022


eopXD added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:1499
   foreach nf=2-8 in {
+    // Vector Unit-strided Segment Instructions
+    def VLSEG#nf#E64_V :
----------------
craig.topper wrote:
> The unit-stride and strided with EEW=64 don't require RV64. Just the indexed versions.
Thank you for catching this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112408



More information about the llvm-commits mailing list