[PATCH] D97559: [RISCV] Support INSERT_SUBVECTOR on vector masks

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 14:48:25 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-subvector.ll:396
+
+; FIXME: SplitVecRes_INSERT_SUBVECTOR crashes on this one when trying to spill
+; to the stack.
----------------
craig.topper wrote:
> I'm working on a fix for this.
https://reviews.llvm.org/D97582 should fix this. Before the introduction of experimental.vector.insert there was almost no way to create an INSERT_SUBVECTOR until after type legalization so the code wasn't well exercised.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97559



More information about the llvm-commits mailing list