[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
Wed Oct 22 07:21:31 PDT 2025


================
@@ -0,0 +1,9 @@
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p2,+f16mm 2>&1 < %s| FileCheck %s
+
+// --------------------------------------------------------------------------//
+// Invalid element width
+
----------------
CarolineConcatto wrote:

Nit:
We could add a test for the movprfx with predication.
The MOVPRFX must be unpredicated.
So this:

movprfx z0.d, p0/z, z6.d
fmmla z0.b, z2.b, z3.b

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


More information about the llvm-branch-commits mailing list