[clang] [llvm] [RISCV] Support ZVqdot Codegen and C intrinsics (PR #154915)

Jim Lin via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 24 22:31:40 PDT 2025


================
@@ -2547,3 +2547,24 @@ let UnMaskedPolicyScheme = HasPolicyOperand, HasMasked = false in {
     defm vsm3me  : RVVOutOp1BuiltinSet<"vsm3me", "i", [["vv", "Uv", "UvUvUv"]]>;
   }
 }
+
----------------
tclin914 wrote:

```suggestion

// Zvqdotq
```

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


More information about the cfe-commits mailing list