[PATCH] D159375: [RISCV] Lower fixed vectors extract_vector_elt through stack at high LMUL

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 15:30:27 PDT 2023


craig.topper added a comment.

Just to make sure I understand. For a full explode, we still handle the lower LMUL2 portion of the vector using slides, but the upper portion will use vector store plus scalar loads?


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

https://reviews.llvm.org/D159375



More information about the llvm-commits mailing list