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

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 12:11:06 PST 2025


================
@@ -257,16 +257,27 @@ 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::VLM_V:
----------------
preames wrote:

Please separate the mask instructions to their own review.  They're conceptual separate.  

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


More information about the llvm-commits mailing list