[clang] [llvm] [RISCV][MC] Support experimental Zvdota Family instructions (PR #195069)

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 20:33:43 PDT 2026


================
@@ -38,9 +38,13 @@
 ; CHECK-NEXT:   experimental-zvdot4a8i           - 'Zvdot4a8i' (Vector 4-element Dot Product of packed 8-bit Integers).
 ; CHECK-NEXT:   experimental-zvfbfa              - 'Zvfbfa' (Additional BF16 vector compute support).
 ; CHECK-NEXT:   experimental-zvfofp8min          - 'Zvfofp8min' (Vector OFP8 Converts).
-; CHECK-NEXT:   experimental-zvkgs               - 'Zvkgs' (Vector-Scalar GCM instructions for Cryptography).
+; CHECK-NEXT:   experimental-zvfqwdota8f             - 'Zvfqwdota8f' (OCP FP8 Dot-Product).
+; CHECK-NEXT:   experimental-zvfwdota16bf            - 'Zvfwdota16bf' (BF16 Dot-Product).
+; CHECK-NEXT:   experimental-zvkgs                   - 'Zvkgs' (Vector-Scalar GCM instructions for Cryptography).
+; CHECK-NEXT:   experimental-zvqwdota16i             - 'Zvqwdota16i' (16-bit Integer Dot-Product).
+; CHECK-NEXT:   experimental-zvqwdota8i              - 'Zvqwdota8i' (8-bit Integer Dot-Product).
 ; CHECK-NEXT:   experimental-zvvmm               - 'Zvvmm' (Integer Matrix Multiply-Accumulate).
-; CHECK-NEXT:   experimental-zvzip               - 'Zvzip' (Vector Reordering Structured Data).
+; CHECK-NEXT:   experimental-zvzip               - 'Zvzip' (Vector Reordering Structured Data). 
----------------
wangpc-pp wrote:

Remove the extra blank at the end of line.

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


More information about the cfe-commits mailing list