[llvm] [RISCV][VLOPT] Add strided, unit strided, and indexed loads to isSupported (PR #121705)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 08:08:44 PST 2025


================
@@ -732,6 +747,30 @@ static bool isSupportedInstr(const MachineInstr &MI) {
     return false;
 
   switch (RVV->BaseInstr) {
+  // Vector Unit-Stride Instructions
+  // Vector Strided Instructions
+  case RISCV::VLE8_V:
+  case RISCV::VLM_V:
+  case RISCV::VLSE8_V:
+  case RISCV::VLE8FF_V:
----------------
michaelmaitland wrote:

Got it. Will remove.

https://github.com/llvm/llvm-project/pull/121705


More information about the llvm-commits mailing list