[llvm] [RISCV] Support LLVM IR intrinsics for XAndesVDot (PR #140223)

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Sun May 18 19:21:58 PDT 2025


================
@@ -388,6 +388,21 @@ multiclass VPatVFPMADBinaryV_VX_RM<string intrinsic, string instruction,
   }
 }
 
+def VD4DOT_M1 : LMULInfo<0b000,  8,   VR, VR,   VR,   VR,   VR, "M1">;
----------------
tclin914 wrote:

Thanks. Remove it.

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


More information about the llvm-commits mailing list