[llvm] [RISCV][VLOPT] Add getOperandInfo for Vector Store Whole Register Instructions (PR #119570)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 09:42:55 PST 2024


================
@@ -247,6 +247,25 @@ static OperandInfo getOperandInfo(const MachineInstr &MI,
     llvm_unreachable("Configuration setting instructions do not read or write "
                      "vector registers");
 
+  // Vector Store Whole Register Instructions
+  // EMUL=nr. EEW=eew. Since in-register byte layouts are idential to in-memory
----------------
topperc wrote:

idential -> identical

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


More information about the llvm-commits mailing list