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

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 01:04:29 PST 2021


frasercrmck 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
----------------
khchen wrote:
> Maybe `Extracts` should be `Inserts`?
Good catch, thanks.


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