[PATCH] D96873: [RISCV] Begin to support more subvector inserts/extracts

Zakk Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 17:55:03 PST 2021


khchen added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/insert-subvector.ll:192
+
+; TODO: Extracts that don't align to a vector register are not yet supported.
+; In this case we want to insert the subvector into the upper half of the
----------------
Maybe `Extracts` should be `Inserts`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96873



More information about the llvm-commits mailing list