[PATCH] D101469: [RISCV] Enable interleaved vectorization for RVV

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 02:06:34 PDT 2022


Miss_Grape added inline comments.
Herald added subscribers: sunshaoce, pcwang-thead, eopXD, VincentWu, StephenFan, arichardson.
Herald added a project: All.


================
Comment at: llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h:175
+  unsigned getMaxInterleaveFactor(unsigned VF) {
+    return ST->getMaxInterleaveFactor();
+  }
----------------
Do you need to report an error if the user passes the command "-force-vector-interleave=value"  that value > 2


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101469



More information about the llvm-commits mailing list