[llvm] [RISCV][VLOPT] Add support for integer multiply-add instructions (PR #112216)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 07:38:20 PDT 2024


================
@@ -550,7 +550,14 @@ static bool isSupportedInstr(const MachineInstr &MI) {
   // 11.12. Vector Widening Integer Multiply Instructions
   // FIXME: Add support for 11.12 instructions
   // 11.13. Vector Single-Width Integer Multiply-Add Instructions
----------------
michaelmaitland wrote:

Good observation, thanks. I have updated the patch.

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


More information about the llvm-commits mailing list