[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 07:37:43 PST 2025


================
@@ -257,17 +257,31 @@ static OperandInfo getOperandInfo(const MachineOperand &MO,
   // Vector Unit-Stride Instructions
   // Vector Strided Instructions
   /// Dest EEW encoded in the instruction and EMUL=(EEW/SEW)*LMUL
+  case RISCV::VLE8_V:
   case RISCV::VSE8_V:
+  case RISCV::VLM_V:
+  case RISCV::VSM_V:
----------------
michaelmaitland wrote:

I think vlm/vsm is pretty straight forward. I've added tests.

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


More information about the llvm-commits mailing list