[PATCH] D101826: [RISCV][VP] Lower VP ISD nodes to RVV instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 22:27:25 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:507
+        // RV64 must custom-legalize the i32 EVL parameter.
+        if (Subtarget.is64Bit())
+          setOperationAction(VPOpc, MVT::i32, Custom);
----------------
Is this something we should fix in the type legalizer?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101826



More information about the llvm-commits mailing list