[clang] [llvm] [Clang][LLVM] Implement single-single vectors MOP4{A/S} (PR #127797)

via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 08:10:33 PST 2025


================
@@ -376,6 +376,24 @@ let SMETargetGuard = "sme2" in {
 // Outer product and accumulate/subtract
 //
 
+multiclass MOP4<string name, string n, string t, string i, string wide, list<ImmCheck> checks> {
----------------
Lukacma wrote:

```suggestion
multiclass MOP4<string mode, string za, string t, string i, string wide, list<ImmCheck> checks> {
```

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


More information about the cfe-commits mailing list