[PATCH] D97097: [RISCV] Custom isel the rest of the vector load/store intrinsics.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 02:23:12 PST 2021


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:67
 
 static RISCVVLMUL getLMUL(MVT VT) {
+  unsigned KnownSize = VT.getSizeInBits().getKnownMinValue();
----------------
This'll need a rebase as it's now in `RISCVISelLowering`. But this will allow me to get rid of `getRegClassIDForVecVT`, so thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97097



More information about the llvm-commits mailing list