[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 DOT and MLA operations (PR #163161)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 16 08:49:24 PDT 2025
================
@@ -29,7 +29,7 @@ sdot z0.s, z0.h, z0.h[-1]
// Invalid vector suffix
sdot z0.h, z0.s, z0.s
-// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
----------------
CarolineConcatto wrote:
I think you can leave this test here, it will complain about the feature, right?1
https://github.com/llvm/llvm-project/pull/163161
More information about the llvm-branch-commits
mailing list