[PATCH] D153864: [RISCV] Lower interleave2 intrinsics to vsseg2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 21:19:52 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:16728
   EVT VT = getValueType(DL, VTy);
   // Don't lower vlseg/vsseg for fixed length vector types that can't be split.
   if (!isTypeLegal(VT))
----------------
remove "fixed length" from this comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153864



More information about the llvm-commits mailing list