[llvm] [RISCV][GISel] Instruction select for vector G_ADD, G_SUB (PR #74114)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 08:44:42 PST 2023


================
@@ -57,6 +60,22 @@ const RegisterBankInfo::ValueMapping ValueMappings[] = {
     {&PartMappings[PMI_FPRB64], 1},
     {&PartMappings[PMI_FPRB64], 1},
     {&PartMappings[PMI_FPRB64], 1},
+    // Maximum 3 VR LMUL=1 operands.
----------------
michaelmaitland wrote:

```suggestion
    // Maximum 3 VR LMUL={1, MF2, MF4, MF8} operands.
```

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


More information about the llvm-commits mailing list