[PATCH] D96972: [RISCV] Support insertion of misaligned subvectors

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 00:13:36 PST 2021


craig.topper added a comment.

Can a less than full vector insert be done with a single slideup if you calculate the offset and limit vl to mark the end of the range?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96972



More information about the llvm-commits mailing list