[PATCH] D151212: [RISCV][InsertVSETVLI] Support constant VLs larger than immediate encoding

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 08:42:31 PDT 2023


luke added a comment.

Makes sense to me. As you say LMUL=8 is pretty rare, and in those cases I presume we would want to be using scalable vectors anyway



================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:375
+        return true;
+      return false;;
+    }
----------------
Duplicate ;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151212



More information about the llvm-commits mailing list