[PATCH] D97609: [RISCV] Add support for VECTOR_REVERSE for scalable vector types.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 06:44:40 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:2788
+      // Reassemble the low and high pieces reversed.
+      // FIXME: This is a CONCAT_VECTORS.
+      SDValue Res =
----------------
frasercrmck wrote:
> Is there an issue with using CONCAT_VECTORS?
We don’t seem to have implemented CONCAT_VECTORS for scalable vectors yet so it went to the stack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97609



More information about the llvm-commits mailing list